#BDD849

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

Shades of Conifer #BDD849

Tints of Conifer #BDD849

Color information

#BDD849 (or 0xBDD849) is unknown color: approx Conifer. HEX triplet: BD, D8 and 49. RGB value is (189,216,73). Sum of RGB (Red+Green+Blue) = 189+216+73=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 73 (28.91% from 255 or 15.27% from 478); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD849 is #4227B6. Grayscale: #C0C0C0. Windows color (decimal): -4335543 or 4839613. OLE color: 4839613.

HSL color Cylindrical-coordinate representation of color #BDD849: hue angle of 71.33º 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 #BDD849 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB18921673-
CMYK0.1200.660.15
HSL71.33º64.71%56.67%-
HSV(B)71.33º66.2%84.71%-
XYZ46.7460.4115.5-
YUV191.6261.05126.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 216 (84.77% from 255) = 45.19%
BLUE value IS 73 (28.91% from 255) = 15.27%
R=39.54%
G=45.19%
B=15.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189216730.1200.660.1571.3364.7156.67
HexBDD849C042F474139
Octal2753301111401021710710171
Binary10111101110110001001001110001000010111110001111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD849; }

 p { color: rgb(189,216,73); }

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

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

 a { background-color: rgb(189,216,73); }

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

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

 span { border-color: rgb(189,216,73); }

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