Html Css Color HEX #9AB966 Olivine

📋 copy color: '#9AB966'

red 154 ◦ green 185 ◦ blue 102

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

Shades of Olivine #9AB966

Tints of Olivine #9AB966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.95%

 BLUE value IS 102 (40.23% from 255) = 23.13%

R = 34.92%
G = 41.95%
B = 23.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#9AB966 (or 0x9AB966) is known color: Olivine. HEX triplet: 9A, B9 and 66. RGB value is (154,185,102). Sum of RGB (Red+Green+Blue) = 154+185+102=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB966 is #654699. Grayscale: #A6A6A6. Windows color (decimal): -6637210 or 6732186. OLE color: 6732186.

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

Color convert

RGB 154 185 102 -
CMYK 0.17 0 0.45 0.27
HSL 82.41º 0.37% 0.56% -
HSV(B) 82.41º 0.45% 0.73% -
XYZ 33.07 42.53 19.04 -
YUV 166.27 91.73 119.25 -
System Red Green Blue C M Y K H S L
Decimal 154 185 102 0.17 0 0.45 0.27 82.41 0.37 0.56
Hex 9A B9 66 11 0 2D 1B 52 25 38
Octal 232 271 146 21 0 55 33 122 45 70
Binary 10011010 10111001 1100110 10001 0 101101 11011 1010010 100101 111000

Color Harmonies of #9AB966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB966

Black with #9AB966

Text Example


Text Example

White with #9AB966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,185,102); }

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

background-color css

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

 a { background-color: rgb(154,185,102); }

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

border-color css

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

 span { border-color: rgb(154,185,102); }

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