Html Css Color HEX #9DB981 Olivine

📋 copy color: '#9DB981'

red 157 ◦ green 185 ◦ blue 129

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

Shades of Olivine #9DB981

Tints of Olivine #9DB981

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.28%

 BLUE value IS 129 (50.78% from 255) = 27.39%

R = 33.33%
G = 39.28%
B = 27.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#9DB981 (or 0x9DB981) is known color: Olivine. HEX triplet: 9D, B9 and 81. RGB value is (157,185,129). Sum of RGB (Red+Green+Blue) = 157+185+129=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB981 is #62467E. Grayscale: #AAAAAA. Windows color (decimal): -6440575 or 8501661. OLE color: 8501661.

HSL color Cylindrical-coordinate representation of color #9DB981: hue angle of 90º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DB981 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 185 129 -
CMYK 0.15 0 0.30 0.27
HSL 90º 0.29% 0.62% -
HSV(B) 90º 0.3% 0.73% -
XYZ 35.22 43.45 27.3 -
YUV 170.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 157 185 129 0.15 0 0.30 0.27 90 0.29 0.62
Hex 9D B9 81 F 0 1E 1B 5A 1D 3E
Octal 235 271 201 17 0 36 33 132 35 76
Binary 10011101 10111001 10000001 1111 0 11110 11011 1011010 11101 111110

Color Harmonies of #9DB981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB981

Black with #9DB981

Text Example


Text Example

White with #9DB981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,185,129); }

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

background-color css

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

 a { background-color: rgb(157,185,129); }

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

border-color css

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

 span { border-color: rgb(157,185,129); }

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