Html Css Color HEX #9AB872 Olivine

📋 copy color: '#9AB872'

red 154 ◦ green 184 ◦ blue 114

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

Shades of Olivine #9AB872

Tints of Olivine #9AB872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.22%

R = 34.07%
G = 40.71%
B = 25.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#9AB872 (or 0x9AB872) is known color: Olivine. HEX triplet: 9A, B8 and 72. RGB value is (154,184,114). Sum of RGB (Red+Green+Blue) = 154+184+114=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB872 is #65478D. Grayscale: #A7A7A7. Windows color (decimal): -6637454 or 7518362. OLE color: 7518362.

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

Color convert

RGB 154 184 114 -
CMYK 0.16 0 0.38 0.28
HSL 85.71º 0.33% 0.58% -
HSV(B) 85.71º 0.38% 0.72% -
XYZ 33.5 42.37 22.33 -
YUV 167.05 98.06 118.69 -
System Red Green Blue C M Y K H S L
Decimal 154 184 114 0.16 0 0.38 0.28 85.71 0.33 0.58
Hex 9A B8 72 10 0 26 1C 56 21 3A
Octal 232 270 162 20 0 46 34 126 41 72
Binary 10011010 10111000 1110010 10000 0 100110 11100 1010110 100001 111010

Color Harmonies of #9AB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB872

Black with #9AB872

Text Example


Text Example

White with #9AB872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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