#BDE55C

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

Shades of Conifer #BDE55C

Tints of Conifer #BDE55C

Color information

#BDE55C (or 0xBDE55C) is unknown color: approx Conifer. HEX triplet: BD, E5 and 5C. RGB value is (189,229,92). Sum of RGB (Red+Green+Blue) = 189+229+92=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE55C is #421AA3. Grayscale: #C9C9C9. Windows color (decimal): -4332196 or 6088125. OLE color: 6088125.

HSL color Cylindrical-coordinate representation of color #BDE55C: hue angle of 77.52º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDE55C is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB18922992-
CMYK0.1700.600.10
HSL77.52º72.49%62.94%-
HSV(B)77.52º59.83%89.8%-
XYZ50.9467.6320.49-
YUV201.4266.25119.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 229 (89.84% from 255) = 44.90%
BLUE value IS 92 (36.33% from 255) = 18.04%
R=37.06%
G=44.90%
B=18.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal189229920.1700.600.1077.5272.4962.94
HexBDE55C1103CA4e483f
Octal275345134210741211611077
Binary10111101111001011011100100010111100101010011101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE55C; }

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

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

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

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

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

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

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

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