#BCDB50

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

Shades of Conifer #BCDB50

Tints of Conifer #BCDB50

Color information

#BCDB50 (or 0xBCDB50) is unknown color: approx Conifer. HEX triplet: BC, DB and 50. RGB value is (188,219,80). Sum of RGB (Red+Green+Blue) = 188+219+80=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB50 is #4324AF. Grayscale: #C2C2C2. Windows color (decimal): -4400304 or 5299132. OLE color: 5299132.

HSL color Cylindrical-coordinate representation of color #BCDB50: hue angle of 73.38º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCDB50 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB18821980-
CMYK0.1400.630.14
HSL73.38º65.88%58.63%-
HSV(B)73.38º63.47%85.88%-
XYZ47.5261.9317.04-
YUV193.8863.73123.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 219 (85.94% from 255) = 44.97%
BLUE value IS 80 (31.64% from 255) = 16.43%
R=38.60%
G=44.97%
B=16.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal188219800.1400.630.1473.3865.8858.63
HexBCDB50E03FE49423b
Octal274333120160771611110273
Binary1011110011011011101000011100111111111010010011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDB50; }

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

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

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

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

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

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

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

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