#B9ED5A

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

Shades of Conifer #B9ED5A

Tints of Conifer #B9ED5A

Color information

#B9ED5A (or 0xB9ED5A) is unknown color: approx Conifer. HEX triplet: B9, ED and 5A. RGB value is (185,237,90). Sum of RGB (Red+Green+Blue) = 185+237+90=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #B9ED5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9ED5A is #4612A5. Grayscale: #CDCDCD. Windows color (decimal): -4592294 or 5959097. OLE color: 5959097.

HSL color Cylindrical-coordinate representation of color #B9ED5A: hue angle of 81.22º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B9ED5A is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB18523790-
CMYK0.2200.620.07
HSL81.22º80.33%64.12%-
HSV(B)81.22º62.03%92.94%-
XYZ52.1471.6220.75-
YUV204.6963.27113.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.13%
GREEN value IS 237 (92.97% from 255) = 46.29%
BLUE value IS 90 (35.55% from 255) = 17.58%
R=36.13%
G=46.29%
B=17.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal185237900.2200.620.0781.2280.3364.12
HexB9ED5A1603E7515040
Octal271355132260767121120100
Binary10111001111011011011010101100111110111101000110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ED5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ED5A; }

 p { color: rgb(185,237,90); }

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

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

 a { background-color: rgb(185,237,90); }

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

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

 span { border-color: rgb(185,237,90); }

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