Html Css Color HEX #8BB96E Olivine

📋 copy color: '#8BB96E'

red 139 ◦ green 185 ◦ blue 110

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

Shades of Olivine #8BB96E

Tints of Olivine #8BB96E

RGB

 RED value IS 139 (54.69% from 255) = 32.03%

 GREEN value IS 185 (72.66% from 255) = 42.63%

 BLUE value IS 110 (43.36% from 255) = 25.35%

R = 32.03%
G = 42.63%
B = 25.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#8BB96E (or 0x8BB96E) is known color: Olivine. HEX triplet: 8B, B9 and 6E. RGB value is (139,185,110). Sum of RGB (Red+Green+Blue) = 139+185+110=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB96E is #744691. Grayscale: #A2A2A2. Windows color (decimal): -7620242 or 7256459. OLE color: 7256459.

HSL color Cylindrical-coordinate representation of color #8BB96E: hue angle of 96.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BB96E is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 185 110 -
CMYK 0.25 0 0.41 0.27
HSL 96.8º 0.35% 0.58% -
HSV(B) 96.8º 0.41% 0.73% -
XYZ 30.81 41.31 21.1 -
YUV 162.7 98.26 111.1 -
System Red Green Blue C M Y K H S L
Decimal 139 185 110 0.25 0 0.41 0.27 96.8 0.35 0.58
Hex 8B B9 6E 19 0 29 1B 61 23 3A
Octal 213 271 156 31 0 51 33 141 43 72
Binary 10001011 10111001 1101110 11001 0 101001 11011 1100001 100011 111010

Color Harmonies of #8BB96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB96E

Black with #8BB96E

Text Example


Text Example

White with #8BB96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BB96E; }

 p { color: rgb(139,185,110); }

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

background-color css

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

 a { background-color: rgb(139,185,110); }

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

border-color css

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

 span { border-color: rgb(139,185,110); }

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