Html Css Color HEX #9ABD69 Olivine

📋 copy color: '#9ABD69'

red 154 ◦ green 189 ◦ blue 105

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

Shades of Olivine #9ABD69

Tints of Olivine #9ABD69

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.19%

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

R = 34.38%
G = 42.19%
B = 23.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#9ABD69 (or 0x9ABD69) is known color: Olivine. HEX triplet: 9A, BD and 69. RGB value is (154,189,105). Sum of RGB (Red+Green+Blue) = 154+189+105=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABD69 is #654296. Grayscale: #A9A9A9. Windows color (decimal): -6636183 or 6929818. OLE color: 6929818.

HSL color Cylindrical-coordinate representation of color #9ABD69: hue angle of 85º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ABD69 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 189 105 -
CMYK 0.19 0 0.44 0.26
HSL 85º 0.39% 0.58% -
HSV(B) 85º 0.44% 0.74% -
XYZ 34.07 44.29 20.12 -
YUV 168.96 91.9 117.33 -
System Red Green Blue C M Y K H S L
Decimal 154 189 105 0.19 0 0.44 0.26 85 0.39 0.58
Hex 9A BD 69 13 0 2C 1A 55 27 3A
Octal 232 275 151 23 0 54 32 125 47 72
Binary 10011010 10111101 1101001 10011 0 101100 11010 1010101 100111 111010

Color Harmonies of #9ABD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABD69

Black with #9ABD69

Text Example


Text Example

White with #9ABD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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