Html Css Color HEX #9AB86B Olivine

📋 copy color: '#9AB86B'

red 154 ◦ green 184 ◦ blue 107

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

Shades of Olivine #9AB86B

Tints of Olivine #9AB86B

RGB

 RED value IS 154 (60.55% from 255) = 34.61%

 GREEN value IS 184 (72.27% from 255) = 41.35%

 BLUE value IS 107 (42.19% from 255) = 24.04%

R = 34.61%
G = 41.35%
B = 24.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#9AB86B (or 0x9AB86B) is known color: Olivine. HEX triplet: 9A, B8 and 6B. RGB value is (154,184,107). Sum of RGB (Red+Green+Blue) = 154+184+107=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB86B is #654794. Grayscale: #A6A6A6. Windows color (decimal): -6637461 or 7059610. OLE color: 7059610.

HSL color Cylindrical-coordinate representation of color #9AB86B: hue angle of 83.38º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9AB86B is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 154 184 107 -
CMYK 0.16 0 0.42 0.28
HSL 83.38º 0.35% 0.57% -
HSV(B) 83.38º 0.42% 0.72% -
XYZ 33.12 42.21 20.31 -
YUV 166.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 154 184 107 0.16 0 0.42 0.28 83.38 0.35 0.57
Hex 9A B8 6B 10 0 2A 1C 53 23 39
Octal 232 270 153 20 0 52 34 123 43 71
Binary 10011010 10111000 1101011 10000 0 101010 11100 1010011 100011 111001

Color Harmonies of #9AB86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB86B

Black with #9AB86B

Text Example


Text Example

White with #9AB86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AB86B; }

 p { color: rgb(154,184,107); }

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

background-color css

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

 a { background-color: rgb(154,184,107); }

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

border-color css

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

 span { border-color: rgb(154,184,107); }

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