Html Css Color HEX #9AB474 Olivine

📋 copy color: '#9AB474'

red 154 ◦ green 180 ◦ blue 116

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

Shades of Olivine #9AB474

Tints of Olivine #9AB474

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40%

 BLUE value IS 116 (45.7% from 255) = 25.78%

R = 34.22%
G = 40%
B = 25.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#9AB474 (or 0x9AB474) is known color: Olivine. HEX triplet: 9A, B4 and 74. RGB value is (154,180,116). Sum of RGB (Red+Green+Blue) = 154+180+116=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB474 is #654B8B. Grayscale: #A5A5A5. Windows color (decimal): -6638476 or 7648410. OLE color: 7648410.

HSL color Cylindrical-coordinate representation of color #9AB474: hue angle of 84.38º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AB474 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 180 116 -
CMYK 0.14 0 0.36 0.29
HSL 84.38º 0.3% 0.58% -
HSV(B) 84.38º 0.36% 0.71% -
XYZ 32.8 40.77 22.66 -
YUV 164.93 100.39 120.2 -
System Red Green Blue C M Y K H S L
Decimal 154 180 116 0.14 0 0.36 0.29 84.38 0.3 0.58
Hex 9A B4 74 E 0 24 1D 54 1E 3A
Octal 232 264 164 16 0 44 35 124 36 72
Binary 10011010 10110100 1110100 1110 0 100100 11101 1010100 11110 111010

Color Harmonies of #9AB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB474

Black with #9AB474

Text Example


Text Example

White with #9AB474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,180,116); }

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

background-color css

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

 a { background-color: rgb(154,180,116); }

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

border-color css

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

 span { border-color: rgb(154,180,116); }

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