#BCD34F

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

Shades of Conifer #BCD34F

Tints of Conifer #BCD34F

Color information

#BCD34F (or 0xBCD34F) is unknown color: approx Conifer. HEX triplet: BC, D3 and 4F. RGB value is (188,211,79). Sum of RGB (Red+Green+Blue) = 188+211+79=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 79 (31.25% from 255 or 16.53% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD34F is #432CB0. Grayscale: #BDBDBD. Windows color (decimal): -4402353 or 5231548. OLE color: 5231548.

HSL color Cylindrical-coordinate representation of color #BCD34F: hue angle of 70.45º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCD34F is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB18821179-
CMYK0.1100.630.17
HSL70.45º60%56.86%-
HSV(B)70.45º62.56%82.75%-
XYZ45.4457.8416.17-
YUV189.0865.88127.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 211 (82.81% from 255) = 44.14%
BLUE value IS 79 (31.25% from 255) = 16.53%
R=39.33%
G=44.14%
B=16.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal188211790.1100.630.1770.456056.86
HexBCD34FB03F11463c39
Octal27432311713077211067471
Binary1011110011010011100111110110111111100011000110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD34F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD34F; }

 p { color: rgb(188,211,79); }

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

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

 a { background-color: rgb(188,211,79); }

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

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

 span { border-color: rgb(188,211,79); }

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