#BDEA55

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

Shades of Conifer #BDEA55

Tints of Conifer #BDEA55

Color information

#BDEA55 (or 0xBDEA55) is unknown color: approx Conifer. HEX triplet: BD, EA and 55. RGB value is (189,234,85). Sum of RGB (Red+Green+Blue) = 189+234+85=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEA55 is #4215AA. Grayscale: #CCCCCC. Windows color (decimal): -4330923 or 5630653. OLE color: 5630653.

HSL color Cylindrical-coordinate representation of color #BDEA55: hue angle of 78.12º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDEA55 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB18923485-
CMYK0.1900.640.08
HSL78.12º78.01%62.55%-
HSV(B)78.12º63.68%91.76%-
XYZ52.0570.3219.42-
YUV203.5661.09117.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 234 (91.80% from 255) = 46.06%
BLUE value IS 85 (33.59% from 255) = 16.73%
R=37.20%
G=46.06%
B=16.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal189234850.1900.640.0878.1278.0162.55
HexBDEA551304084e4e3f
Octal2753521252301001011611677
Binary101111011110101010101011001101000000100010011101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEA55; }

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

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

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

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

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

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

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

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