Html Css Color HEX #9AB85F Olivine

📋 copy color: '#9AB85F'

red 154 ◦ green 184 ◦ blue 95

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

Shades of Olivine #9AB85F

Tints of Olivine #9AB85F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.49%

 BLUE value IS 95 (37.5% from 255) = 21.94%

R = 35.57%
G = 42.49%
B = 21.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#9AB85F (or 0x9AB85F) is known color: Olivine. HEX triplet: 9A, B8 and 5F. RGB value is (154,184,95). Sum of RGB (Red+Green+Blue) = 154+184+95=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB85F is #6547A0. Grayscale: #A5A5A5. Windows color (decimal): -6637473 or 6273178. OLE color: 6273178.

HSL color Cylindrical-coordinate representation of color #9AB85F: hue angle of 80.22º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9AB85F is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 154 184 95 -
CMYK 0.16 0 0.48 0.28
HSL 80.22º 0.39% 0.55% -
HSV(B) 80.22º 0.48% 0.72% -
XYZ 32.53 41.98 17.21 -
YUV 164.88 88.56 120.24 -
System Red Green Blue C M Y K H S L
Decimal 154 184 95 0.16 0 0.48 0.28 80.22 0.39 0.55
Hex 9A B8 5F 10 0 30 1C 50 27 37
Octal 232 270 137 20 0 60 34 120 47 67
Binary 10011010 10111000 1011111 10000 0 110000 11100 1010000 100111 110111

Color Harmonies of #9AB85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB85F

Black with #9AB85F

Text Example


Text Example

White with #9AB85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,184,95); }

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

background-color css

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

 a { background-color: rgb(154,184,95); }

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

border-color css

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

 span { border-color: rgb(154,184,95); }

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