Html Css Color HEX #9ABC62 Olivine

📋 copy color: '#9ABC62'

red 154 ◦ green 188 ◦ blue 98

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

Shades of Olivine #9ABC62

Tints of Olivine #9ABC62

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.73%

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

R = 35%
G = 42.73%
B = 22.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#9ABC62 (or 0x9ABC62) is known color: Olivine. HEX triplet: 9A, BC and 62. RGB value is (154,188,98). Sum of RGB (Red+Green+Blue) = 154+188+98=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC62 is #65439D. Grayscale: #A7A7A7. Windows color (decimal): -6636446 or 6470810. OLE color: 6470810.

HSL color Cylindrical-coordinate representation of color #9ABC62: hue angle of 82.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9ABC62 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 188 98 -
CMYK 0.18 0 0.48 0.26
HSL 82.67º 0.4% 0.56% -
HSV(B) 82.67º 0.48% 0.74% -
XYZ 33.51 43.72 18.23 -
YUV 167.57 88.74 118.32 -
System Red Green Blue C M Y K H S L
Decimal 154 188 98 0.18 0 0.48 0.26 82.67 0.4 0.56
Hex 9A BC 62 12 0 30 1A 53 28 38
Octal 232 274 142 22 0 60 32 123 50 70
Binary 10011010 10111100 1100010 10010 0 110000 11010 1010011 101000 111000

Color Harmonies of #9ABC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABC62

Black with #9ABC62

Text Example


Text Example

White with #9ABC62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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