Html Css Color HEX #9AB276 Olivine

📋 copy color: '#9AB276'

red 154 ◦ green 178 ◦ blue 118

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

Shades of Olivine #9AB276

Tints of Olivine #9AB276

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.56%

 BLUE value IS 118 (46.48% from 255) = 26.22%

R = 34.22%
G = 39.56%
B = 26.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#9AB276 (or 0x9AB276) is known color: Olivine. HEX triplet: 9A, B2 and 76. RGB value is (154,178,118). Sum of RGB (Red+Green+Blue) = 154+178+118=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB276 is #654D89. Grayscale: #A4A4A4. Windows color (decimal): -6638986 or 7778970. OLE color: 7778970.

HSL color Cylindrical-coordinate representation of color #9AB276: hue angle of 84º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AB276 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 178 118 -
CMYK 0.13 0 0.34 0.30
HSL 84º 0.28% 0.58% -
HSV(B) 84º 0.34% 0.7% -
XYZ 32.52 40.02 23.15 -
YUV 163.98 102.05 120.88 -
System Red Green Blue C M Y K H S L
Decimal 154 178 118 0.13 0 0.34 0.30 84 0.28 0.58
Hex 9A B2 76 D 0 22 1E 54 1C 3A
Octal 232 262 166 15 0 42 36 124 34 72
Binary 10011010 10110010 1110110 1101 0 100010 11110 1010100 11100 111010

Color Harmonies of #9AB276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB276

Black with #9AB276

Text Example


Text Example

White with #9AB276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,178,118); }

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

background-color css

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

 a { background-color: rgb(154,178,118); }

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

border-color css

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

 span { border-color: rgb(154,178,118); }

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