Html Css Color HEX #9ABD68 Olivine

📋 copy color: '#9ABD68'

red 154 ◦ green 189 ◦ blue 104

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

Shades of Olivine #9ABD68

Tints of Olivine #9ABD68

RGB

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

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

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

R = 34.45%
G = 42.28%
B = 23.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#9ABD68 (or 0x9ABD68) is known color: Olivine. HEX triplet: 9A, BD and 68. RGB value is (154,189,104). Sum of RGB (Red+Green+Blue) = 154+189+104=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #9ABD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABD68 is #654297. Grayscale: #A9A9A9. Windows color (decimal): -6636184 or 6864282. OLE color: 6864282.

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

Color convert

RGB 154 189 104 -
CMYK 0.19 0 0.45 0.26
HSL 84.71º 0.39% 0.57% -
HSV(B) 84.71º 0.45% 0.74% -
XYZ 34.02 44.26 19.85 -
YUV 168.85 91.4 117.41 -
System Red Green Blue C M Y K H S L
Decimal 154 189 104 0.19 0 0.45 0.26 84.71 0.39 0.57
Hex 9A BD 68 13 0 2D 1A 55 27 39
Octal 232 275 150 23 0 55 32 125 47 71
Binary 10011010 10111101 1101000 10011 0 101101 11010 1010101 100111 111001

Color Harmonies of #9ABD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABD68

Black with #9ABD68

Text Example


Text Example

White with #9ABD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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