Html Css Color HEX #9ABA68 Olivine

📋 copy color: '#9ABA68'

red 154 ◦ green 186 ◦ blue 104

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

Shades of Olivine #9ABA68

Tints of Olivine #9ABA68

RGB

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

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

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

R = 34.68%
G = 41.89%
B = 23.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#9ABA68 (or 0x9ABA68) is known color: Olivine. HEX triplet: 9A, BA and 68. RGB value is (154,186,104). Sum of RGB (Red+Green+Blue) = 154+186+104=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABA68 is #654597. Grayscale: #A7A7A7. Windows color (decimal): -6636952 or 6863514. OLE color: 6863514.

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

Color convert

RGB 154 186 104 -
CMYK 0.17 0 0.44 0.27
HSL 83.41º 0.37% 0.57% -
HSV(B) 83.41º 0.44% 0.73% -
XYZ 33.38 42.99 19.63 -
YUV 167.08 92.4 118.67 -
System Red Green Blue C M Y K H S L
Decimal 154 186 104 0.17 0 0.44 0.27 83.41 0.37 0.57
Hex 9A BA 68 11 0 2C 1B 53 25 39
Octal 232 272 150 21 0 54 33 123 45 71
Binary 10011010 10111010 1101000 10001 0 101100 11011 1010011 100101 111001

Color Harmonies of #9ABA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABA68

Black with #9ABA68

Text Example


Text Example

White with #9ABA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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