Html Css Color HEX #9AB16B Olivine

📋 copy color: '#9AB16B'

red 154 ◦ green 177 ◦ blue 107

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

Shades of Olivine #9AB16B

Tints of Olivine #9AB16B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.41%

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

R = 35.16%
G = 40.41%
B = 24.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#9AB16B (or 0x9AB16B) is known color: Olivine. HEX triplet: 9A, B1 and 6B. RGB value is (154,177,107). Sum of RGB (Red+Green+Blue) = 154+177+107=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB16B is #654E94. Grayscale: #A2A2A2. Windows color (decimal): -6639253 or 7057818. OLE color: 7057818.

HSL color Cylindrical-coordinate representation of color #9AB16B: hue angle of 79.71º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AB16B is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 177 107 -
CMYK 0.13 0 0.40 0.31
HSL 79.71º 0.31% 0.56% -
HSV(B) 79.71º 0.4% 0.69% -
XYZ 31.7 39.38 19.84 -
YUV 162.14 96.88 122.19 -
System Red Green Blue C M Y K H S L
Decimal 154 177 107 0.13 0 0.40 0.31 79.71 0.31 0.56
Hex 9A B1 6B D 0 28 1F 50 1F 38
Octal 232 261 153 15 0 50 37 120 37 70
Binary 10011010 10110001 1101011 1101 0 101000 11111 1010000 11111 111000

Color Harmonies of #9AB16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB16B

Black with #9AB16B

Text Example


Text Example

White with #9AB16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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