Html Css Color HEX #9DB86F Olivine

📋 copy color: '#9DB86F'

red 157 ◦ green 184 ◦ blue 111

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

Shades of Olivine #9DB86F

Tints of Olivine #9DB86F

RGB

 RED value IS 157 (61.72% from 255) = 34.73%

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

 BLUE value IS 111 (43.75% from 255) = 24.56%

R = 34.73%
G = 40.71%
B = 24.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#9DB86F (or 0x9DB86F) is known color: Olivine. HEX triplet: 9D, B8 and 6F. RGB value is (157,184,111). Sum of RGB (Red+Green+Blue) = 157+184+111=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB86F is #624790. Grayscale: #A7A7A7. Windows color (decimal): -6440849 or 7321757. OLE color: 7321757.

HSL color Cylindrical-coordinate representation of color #9DB86F: hue angle of 82.19º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9DB86F is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 157 184 111 -
CMYK 0.15 0 0.40 0.28
HSL 82.19º 0.34% 0.58% -
HSV(B) 82.19º 0.4% 0.72% -
XYZ 33.91 42.6 21.47 -
YUV 167.61 96.05 120.44 -
System Red Green Blue C M Y K H S L
Decimal 157 184 111 0.15 0 0.40 0.28 82.19 0.34 0.58
Hex 9D B8 6F F 0 28 1C 52 22 3A
Octal 235 270 157 17 0 50 34 122 42 72
Binary 10011101 10111000 1101111 1111 0 101000 11100 1010010 100010 111010

Color Harmonies of #9DB86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB86F

Black with #9DB86F

Text Example


Text Example

White with #9DB86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,184,111); }

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

background-color css

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

 a { background-color: rgb(157,184,111); }

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

border-color css

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

 span { border-color: rgb(157,184,111); }

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