Html Css Color HEX #9ABA6C Olivine

📋 copy color: '#9ABA6C'

red 154 ◦ green 186 ◦ blue 108

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

Shades of Olivine #9ABA6C

Tints of Olivine #9ABA6C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.52%

 BLUE value IS 108 (42.58% from 255) = 24.11%

R = 34.38%
G = 41.52%
B = 24.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#9ABA6C (or 0x9ABA6C) is known color: Olivine. HEX triplet: 9A, BA and 6C. RGB value is (154,186,108). Sum of RGB (Red+Green+Blue) = 154+186+108=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABA6C is #654593. Grayscale: #A7A7A7. Windows color (decimal): -6636948 or 7125658. OLE color: 7125658.

HSL color Cylindrical-coordinate representation of color #9ABA6C: hue angle of 84.62º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9ABA6C is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 186 108 -
CMYK 0.17 0 0.42 0.27
HSL 84.62º 0.36% 0.58% -
HSV(B) 84.62º 0.42% 0.73% -
XYZ 33.59 43.07 20.73 -
YUV 167.54 94.4 118.34 -
System Red Green Blue C M Y K H S L
Decimal 154 186 108 0.17 0 0.42 0.27 84.62 0.36 0.58
Hex 9A BA 6C 11 0 2A 1B 55 24 3A
Octal 232 272 154 21 0 52 33 125 44 72
Binary 10011010 10111010 1101100 10001 0 101010 11011 1010101 100100 111010

Color Harmonies of #9ABA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABA6C

Black with #9ABA6C

Text Example


Text Example

White with #9ABA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,186,108); }

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

background-color css

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

 a { background-color: rgb(154,186,108); }

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

border-color css

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

 span { border-color: rgb(154,186,108); }

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