#B9EA5C

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

Shades of Conifer #B9EA5C

Tints of Conifer #B9EA5C

Color information

#B9EA5C (or 0xB9EA5C) is unknown color: approx Conifer. HEX triplet: B9, EA and 5C. RGB value is (185,234,92). Sum of RGB (Red+Green+Blue) = 185+234+92=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EA5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9EA5C is #4615A3. Grayscale: #CBCBCB. Windows color (decimal): -4593060 or 6089401. OLE color: 6089401.

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

Color convert

RGB18523492-
CMYK0.2100.610.08
HSL80.7º77.17%63.92%-
HSV(B)80.7º60.68%91.76%-
XYZ51.3669.9320.92-
YUV203.1665.27115.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.20%
GREEN value IS 234 (91.80% from 255) = 45.79%
BLUE value IS 92 (36.33% from 255) = 18.00%
R=36.20%
G=45.79%
B=18.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal185234920.2100.610.0880.777.1763.92
HexB9EA5C1503D8514d40
Octal2713521342507510121115100
Binary101110011110101010111001010101111011000101000110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EA5C; }

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

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

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

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

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

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

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

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