#bce150

Color #BCE150 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BCE150

Tints of Conifer #BCE150

Color information

#BCE150 (or 0xBCE150) is unknown color: approx Conifer. HEX triplet: BC, E1 and 50. RGB value is (188,225,80). Sum of RGB (Red+Green+Blue) = 188+225+80=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE150 is #431EAF. Grayscale: #C5C5C5. Windows color (decimal): -4398768 or 5300668. OLE color: 5300668.

HSL color Cylindrical-coordinate representation of color #BCE150: hue angle of 75.31º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCE150 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB18822580-
CMYK0.1600.640.12
HSL75.31º70.73%59.8%-
HSV(B)75.31º64.44%88.24%-
XYZ49.1165.1217.57-
YUV197.4161.74121.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 225 (88.28% from 255) = 45.64%
BLUE value IS 80 (31.64% from 255) = 16.23%
R=38.13%
G=45.64%
B=16.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal188225800.1600.640.1275.3170.7359.8
HexBCE15010040C4b473c
Octal2743411202001001411310774
Binary101111001110000110100001000001000000110010010111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bce150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bce150; }

 p { color: rgb(188,225,80); }

 H1.HeaderClassName
 {
   color: #bce150;
 }
 .AnyTagClassName
 {
   color: #bce150;
 }
</style>
background-color css

<style>
 a { background-color: #bce150; }

 a { background-color: rgb(188,225,80); }

 div.DivClassName
 {
   background-color: #bce150;
 }
 .BgClassName
 {
   background-color: #bce150;
 }
</style>
border-color css

<style>
 span { border-color: #bce150; }

 span { border-color: rgb(188,225,80); }

 td.TdClassName
 {
   border-color: #bce150;
 }
 .TagClassName
 {
   border-color: #bce150;
 }
</style>