Html Css Color HEX #9AB86D Olivine

📋 copy color: '#9AB86D'

red 154 ◦ green 184 ◦ blue 109

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

Shades of Olivine #9AB86D

Tints of Olivine #9AB86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.38%

R = 34.45%
G = 41.16%
B = 24.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#9AB86D (or 0x9AB86D) is known color: Olivine. HEX triplet: 9A, B8 and 6D. RGB value is (154,184,109). Sum of RGB (Red+Green+Blue) = 154+184+109=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB86D is #654792. Grayscale: #A6A6A6. Windows color (decimal): -6637459 or 7190682. OLE color: 7190682.

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

Color convert

RGB 154 184 109 -
CMYK 0.16 0 0.41 0.28
HSL 84º 0.35% 0.57% -
HSV(B) 84º 0.41% 0.72% -
XYZ 33.23 42.26 20.87 -
YUV 166.48 95.56 119.1 -
System Red Green Blue C M Y K H S L
Decimal 154 184 109 0.16 0 0.41 0.28 84 0.35 0.57
Hex 9A B8 6D 10 0 29 1C 54 23 39
Octal 232 270 155 20 0 51 34 124 43 71
Binary 10011010 10111000 1101101 10000 0 101001 11100 1010100 100011 111001

Color Harmonies of #9AB86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB86D

Black with #9AB86D

Text Example


Text Example

White with #9AB86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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