#BCD54C

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

Shades of Conifer #BCD54C

Tints of Conifer #BCD54C

Color information

#BCD54C (or 0xBCD54C) is unknown color: approx Conifer. HEX triplet: BC, D5 and 4C. RGB value is (188,213,76). Sum of RGB (Red+Green+Blue) = 188+213+76=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD54C is #432AB3. Grayscale: #BEBEBE. Windows color (decimal): -4401844 or 5035452. OLE color: 5035452.

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

Color convert

RGB18821376-
CMYK0.1200.640.16
HSL70.95º61.99%56.67%-
HSV(B)70.95º64.32%83.53%-
XYZ45.8458.815.77-
YUV189.9163.72126.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 213 (83.59% from 255) = 44.65%
BLUE value IS 76 (30.08% from 255) = 15.93%
R=39.41%
G=44.65%
B=15.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188213760.1200.640.1670.9561.9956.67
HexBCD54CC04010473e39
Octal274325114140100201077671
Binary10111100110101011001100110001000000100001000111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD54C; }

 p { color: rgb(188,213,76); }

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

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

 a { background-color: rgb(188,213,76); }

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

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

 span { border-color: rgb(188,213,76); }

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