#BCD649

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

Shades of Conifer #BCD649

Tints of Conifer #BCD649

Color information

#BCD649 (or 0xBCD649) is unknown color: approx Conifer. HEX triplet: BC, D6 and 49. RGB value is (188,214,73). Sum of RGB (Red+Green+Blue) = 188+214+73=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD649 is #4329B6. Grayscale: #BEBEBE. Windows color (decimal): -4401591 or 4839100. OLE color: 4839100.

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

Color convert

RGB18821473-
CMYK0.1200.660.16
HSL71.06º63.23%56.27%-
HSV(B)71.06º65.89%83.92%-
XYZ45.9959.2715.32-
YUV190.1561.89126.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 214 (83.98% from 255) = 45.05%
BLUE value IS 73 (28.91% from 255) = 15.37%
R=39.58%
G=45.05%
B=15.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188214730.1200.660.1671.0663.2356.27
HexBCD649C04210473f38
Octal274326111140102201077770
Binary10111100110101101001001110001000010100001000111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD649; }

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

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

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

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

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

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

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

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