#BDDE55

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

Shades of Conifer #BDDE55

Tints of Conifer #BDDE55

Color information

#BDDE55 (or 0xBDDE55) is unknown color: approx Conifer. HEX triplet: BD, DE and 55. RGB value is (189,222,85). Sum of RGB (Red+Green+Blue) = 189+222+85=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 85 (33.59% from 255 or 17.14% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE55 is #4221AA. Grayscale: #C5C5C5. Windows color (decimal): -4333995 or 5627581. OLE color: 5627581.

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

Color convert

RGB18922285-
CMYK0.1500.620.13
HSL74.45º67.49%60.2%-
HSV(B)74.45º61.71%87.06%-
XYZ48.7563.7218.32-
YUV196.5265.07122.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 222 (87.11% from 255) = 44.76%
BLUE value IS 85 (33.59% from 255) = 17.14%
R=38.10%
G=44.76%
B=17.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal189222850.1500.620.1374.4567.4960.2
HexBDDE55F03ED4a433c
Octal275336125170761511210374
Binary1011110111011110101010111110111110110110010101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDE55; }

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

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

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

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

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

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

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

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