#B9EA5D

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

Shades of Conifer #B9EA5D

Tints of Conifer #B9EA5D

Color information

#B9EA5D (or 0xB9EA5D) is unknown color: approx Conifer. HEX triplet: B9, EA and 5D. RGB value is (185,234,93). Sum of RGB (Red+Green+Blue) = 185+234+93=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9EA5D is #4615A2. Grayscale: #CBCBCB. Windows color (decimal): -4593059 or 6154937. OLE color: 6154937.

HSL color Cylindrical-coordinate representation of color #B9EA5D: hue angle of 80.85º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9EA5D is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB18523493-
CMYK0.2100.600.08
HSL80.85º77.05%64.12%-
HSV(B)80.85º60.26%91.76%-
XYZ51.4169.9521.15-
YUV203.2865.77114.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.13%
GREEN value IS 234 (91.80% from 255) = 45.70%
BLUE value IS 93 (36.72% from 255) = 18.16%
R=36.13%
G=45.70%
B=18.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal185234930.2100.600.0880.8577.0564.12
HexB9EA5D1503C8514d40
Octal2713521352507410121115100
Binary101110011110101010111011010101111001000101000110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EA5D; }

 p { color: rgb(185,234,93); }

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

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

 a { background-color: rgb(185,234,93); }

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

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

 span { border-color: rgb(185,234,93); }

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