Html Css Color HEX #9AB368 Olivine

📋 copy color: '#9AB368'

red 154 ◦ green 179 ◦ blue 104

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

Shades of Olivine #9AB368

Tints of Olivine #9AB368

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.96%

 BLUE value IS 104 (41.02% from 255) = 23.8%

R = 35.24%
G = 40.96%
B = 23.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#9AB368 (or 0x9AB368) is known color: Olivine. HEX triplet: 9A, B3 and 68. RGB value is (154,179,104). Sum of RGB (Red+Green+Blue) = 154+179+104=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB368 is #654C97. Grayscale: #A3A3A3. Windows color (decimal): -6638744 or 6861722. OLE color: 6861722.

HSL color Cylindrical-coordinate representation of color #9AB368: hue angle of 80º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9AB368 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 179 104 -
CMYK 0.14 0 0.42 0.30
HSL 80º 0.33% 0.55% -
HSV(B) 80º 0.42% 0.7% -
XYZ 31.95 40.11 19.15 -
YUV 162.98 94.72 121.6 -
System Red Green Blue C M Y K H S L
Decimal 154 179 104 0.14 0 0.42 0.30 80 0.33 0.55
Hex 9A B3 68 E 0 2A 1E 50 21 37
Octal 232 263 150 16 0 52 36 120 41 67
Binary 10011010 10110011 1101000 1110 0 101010 11110 1010000 100001 110111

Color Harmonies of #9AB368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB368

Black with #9AB368

Text Example


Text Example

White with #9AB368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,179,104); }

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

background-color css

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

 a { background-color: rgb(154,179,104); }

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

border-color css

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

 span { border-color: rgb(154,179,104); }

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