#B9EA65

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

Shades of Conifer #B9EA65

Tints of Conifer #B9EA65

Color information

#B9EA65 (or 0xB9EA65) is unknown color: approx Conifer. HEX triplet: B9, EA and 65. RGB value is (185,234,101). Sum of RGB (Red+Green+Blue) = 185+234+101=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9EA65 is #46159A. Grayscale: #CCCCCC. Windows color (decimal): -4593051 or 6679225. OLE color: 6679225.

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

Color convert

RGB185234101-
CMYK0.2100.570.08
HSL82.11º76%65.69%-
HSV(B)82.11º56.84%91.76%-
XYZ51.7870.123.11-
YUV204.1969.77114.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 234 (91.80% from 255) = 45%
BLUE value IS 101 (39.84% from 255) = 19.42%
R=35.58%
G=45%
B=19.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852341010.2100.570.0882.117665.69
HexB9EA65150398524c42
Octal2713521452507110122114102
Binary101110011110101011001011010101110011000101001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EA65; }

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

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

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

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

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

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

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

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