#BDDE5C

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

Shades of Conifer #BDDE5C

Tints of Conifer #BDDE5C

Color information

#BDDE5C (or 0xBDDE5C) is unknown color: approx Conifer. HEX triplet: BD, DE and 5C. RGB value is (189,222,92). Sum of RGB (Red+Green+Blue) = 189+222+92=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE5C is #4221A3. Grayscale: #C5C5C5. Windows color (decimal): -4333988 or 6086333. OLE color: 6086333.

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

Color convert

RGB18922292-
CMYK0.1500.590.13
HSL75.23º66.33%61.57%-
HSV(B)75.23º58.56%87.06%-
XYZ49.0463.8319.86-
YUV197.3168.57122.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 222 (87.11% from 255) = 44.14%
BLUE value IS 92 (36.33% from 255) = 18.29%
R=37.57%
G=44.14%
B=18.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal189222920.1500.590.1375.2366.3361.57
HexBDDE5CF03BD4b423e
Octal275336134170731511310276
Binary1011110111011110101110011110111011110110010111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE5C; }

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

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

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

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

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

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

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

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