Html Css Color HEX #9ABA62 Olivine

📋 copy color: '#9ABA62'

red 154 ◦ green 186 ◦ blue 98

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

Shades of Olivine #9ABA62

Tints of Olivine #9ABA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.37%

R = 35.16%
G = 42.47%
B = 22.37%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#9ABA62 (or 0x9ABA62) is known color: Olivine. HEX triplet: 9A, BA and 62. RGB value is (154,186,98). Sum of RGB (Red+Green+Blue) = 154+186+98=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABA62 is #65459D. Grayscale: #A6A6A6. Windows color (decimal): -6636958 or 6470298. OLE color: 6470298.

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

Color convert

RGB 154 186 98 -
CMYK 0.17 0 0.47 0.27
HSL 81.82º 0.39% 0.56% -
HSV(B) 81.82º 0.47% 0.73% -
XYZ 33.09 42.87 18.09 -
YUV 166.4 89.4 119.16 -
System Red Green Blue C M Y K H S L
Decimal 154 186 98 0.17 0 0.47 0.27 81.82 0.39 0.56
Hex 9A BA 62 11 0 2F 1B 52 27 38
Octal 232 272 142 21 0 57 33 122 47 70
Binary 10011010 10111010 1100010 10001 0 101111 11011 1010010 100111 111000

Color Harmonies of #9ABA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABA62

Black with #9ABA62

Text Example


Text Example

White with #9ABA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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