Html Css Color HEX #9AB269 Olivine

📋 copy color: '#9AB269'

red 154 ◦ green 178 ◦ blue 105

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

Shades of Olivine #9AB269

Tints of Olivine #9AB269

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.73%

 BLUE value IS 105 (41.41% from 255) = 24.03%

R = 35.24%
G = 40.73%
B = 24.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#9AB269 (or 0x9AB269) is known color: Olivine. HEX triplet: 9A, B2 and 69. RGB value is (154,178,105). Sum of RGB (Red+Green+Blue) = 154+178+105=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB269 is #654D96. Grayscale: #A2A2A2. Windows color (decimal): -6638999 or 6927002. OLE color: 6927002.

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

Color convert

RGB 154 178 105 -
CMYK 0.13 0 0.41 0.30
HSL 79.73º 0.32% 0.55% -
HSV(B) 79.73º 0.41% 0.7% -
XYZ 31.8 39.73 19.36 -
YUV 162.5 95.55 121.94 -
System Red Green Blue C M Y K H S L
Decimal 154 178 105 0.13 0 0.41 0.30 79.73 0.32 0.55
Hex 9A B2 69 D 0 29 1E 50 20 37
Octal 232 262 151 15 0 51 36 120 40 67
Binary 10011010 10110010 1101001 1101 0 101001 11110 1010000 100000 110111

Color Harmonies of #9AB269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB269

Black with #9AB269

Text Example


Text Example

White with #9AB269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,178,105); }

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

background-color css

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

 a { background-color: rgb(154,178,105); }

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

border-color css

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

 span { border-color: rgb(154,178,105); }

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