#BCD949

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

Shades of Conifer #BCD949

Tints of Conifer #BCD949

Color information

#BCD949 (or 0xBCD949) is unknown color: approx Conifer. HEX triplet: BC, D9 and 49. RGB value is (188,217,73). Sum of RGB (Red+Green+Blue) = 188+217+73=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 73 (28.91% from 255 or 15.27% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD949 is #4326B6. Grayscale: #C0C0C0. Windows color (decimal): -4400823 or 4839868. OLE color: 4839868.

HSL color Cylindrical-coordinate representation of color #BCD949: hue angle of 72.08º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCD949 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB18821773-
CMYK0.1300.660.15
HSL72.08º65.45%56.86%-
HSV(B)72.08º66.36%85.1%-
XYZ46.7560.815.57-
YUV191.9160.89125.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 217 (85.16% from 255) = 45.40%
BLUE value IS 73 (28.91% from 255) = 15.27%
R=39.33%
G=45.40%
B=15.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188217730.1300.660.1572.0865.4556.86
HexBCD949D042F484139
Octal2743311111501021711010171
Binary10111100110110011001001110101000010111110010001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD949; }

 p { color: rgb(188,217,73); }

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

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

 a { background-color: rgb(188,217,73); }

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

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

 span { border-color: rgb(188,217,73); }

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