#BDDE4C

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

Shades of Conifer #BDDE4C

Tints of Conifer #BDDE4C

Color information

#BDDE4C (or 0xBDDE4C) is unknown color: approx Conifer. HEX triplet: BD, DE and 4C. RGB value is (189,222,76). Sum of RGB (Red+Green+Blue) = 189+222+76=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDE4C is #4221B3. Grayscale: #C4C4C4. Windows color (decimal): -4334004 or 5037757. OLE color: 5037757.

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

Color convert

RGB18922276-
CMYK0.1500.660.13
HSL73.56º68.87%58.43%-
HSV(B)73.56º65.77%87.06%-
XYZ48.4163.5816.56-
YUV195.4960.57123.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 222 (87.11% from 255) = 45.59%
BLUE value IS 76 (30.08% from 255) = 15.61%
R=38.81%
G=45.59%
B=15.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal189222760.1500.660.1373.5668.8758.43
HexBDDE4CF042D4a453a
Octal2753361141701021511210572
Binary10111101110111101001100111101000010110110010101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE4C; }

 p { color: rgb(189,222,76); }

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

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

 a { background-color: rgb(189,222,76); }

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

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

 span { border-color: rgb(189,222,76); }

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