Html Css Color HEX #B9E85E Conifer

📋 copy color: '#B9E85E'

red 185 ◦ green 232 ◦ blue 94

#B9E85E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #B9E85E

Tints of Conifer #B9E85E

RGB

 RED value IS 185 (72.66% from 255) = 36.2%

 GREEN value IS 232 (91.02% from 255) = 45.4%

 BLUE value IS 94 (37.11% from 255) = 18.4%

R = 36.2%
G = 45.4%
B = 18.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#B9E85E (or 0xB9E85E) is known color: Conifer. HEX triplet: B9, E8 and 5E. RGB value is (185,232,94). Sum of RGB (Red+Green+Blue) = 185+232+94=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #B9E85E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9E85E is #4617A1. Grayscale: #CACACA. Windows color (decimal): -4593570 or 6219961. OLE color: 6219961.

HSL color Cylindrical-coordinate representation of color #B9E85E: hue angle of 80.43º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9E85E is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 232 94 -
CMYK 0.20 0 0.59 0.09
HSL 80.43º 0.75% 0.64% -
HSV(B) 80.43º 0.59% 0.91% -
XYZ 50.88 68.84 21.19 -
YUV 202.22 66.93 115.72 -
System Red Green Blue C M Y K H S L
Decimal 185 232 94 0.20 0 0.59 0.09 80.43 0.75 0.64
Hex B9 E8 5E 14 0 3B 9 50 4B 40
Octal 271 350 136 24 0 73 11 120 113 100
Binary 10111001 11101000 1011110 10100 0 111011 1001 1010000 1001011 1000000

Color Harmonies of #B9E85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E85E

Black with #B9E85E

Text Example


Text Example

White with #B9E85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E85E; }

 p { color: rgb(185,232,94); }

 H1.HeaderClassName
 {
   color: #B9E85E;
 }
 .AnyTagClassName
 {
   color: #B9E85E;
 }
</style>

background-color css

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

 a { background-color: rgb(185,232,94); }

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

border-color css

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

 span { border-color: rgb(185,232,94); }

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