Html Css Color HEX #B9E160 Conifer

📋 copy color: '#B9E160'

red 185 ◦ green 225 ◦ blue 96

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

Shades of Conifer #B9E160

Tints of Conifer #B9E160

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.47%

 BLUE value IS 96 (37.89% from 255) = 18.97%

R = 36.56%
G = 44.47%
B = 18.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#B9E160 (or 0xB9E160) is known color: Conifer. HEX triplet: B9, E1 and 60. RGB value is (185,225,96). Sum of RGB (Red+Green+Blue) = 185+225+96=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E160 is #461E9F. Grayscale: #C6C6C6. Windows color (decimal): -4595360 or 6349241. OLE color: 6349241.

HSL color Cylindrical-coordinate representation of color #B9E160: hue angle of 78.6º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9E160 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 225 96 -
CMYK 0.18 0 0.57 0.12
HSL 78.6º 0.68% 0.63% -
HSV(B) 78.6º 0.57% 0.88% -
XYZ 49.04 65.01 21.03 -
YUV 198.33 70.25 118.49 -
System Red Green Blue C M Y K H S L
Decimal 185 225 96 0.18 0 0.57 0.12 78.6 0.68 0.63
Hex B9 E1 60 12 0 39 C 4F 44 3F
Octal 271 341 140 22 0 71 14 117 104 77
Binary 10111001 11100001 1100000 10010 0 111001 1100 1001111 1000100 111111

Color Harmonies of #B9E160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E160

Black with #B9E160

Text Example


Text Example

White with #B9E160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E160; }

 p { color: rgb(185,225,96); }

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

background-color css

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

 a { background-color: rgb(185,225,96); }

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

border-color css

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

 span { border-color: rgb(185,225,96); }

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