Html Css Color HEX #9DB181 Olivine

📋 copy color: '#9DB181'

red 157 ◦ green 177 ◦ blue 129

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

Shades of Olivine #9DB181

Tints of Olivine #9DB181

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.23%

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

R = 33.91%
G = 38.23%
B = 27.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#9DB181 (or 0x9DB181) is known color: Olivine. HEX triplet: 9D, B1 and 81. RGB value is (157,177,129). Sum of RGB (Red+Green+Blue) = 157+177+129=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB181 is #624E7E. Grayscale: #A5A5A5. Windows color (decimal): -6442623 or 8499613. OLE color: 8499613.

HSL color Cylindrical-coordinate representation of color #9DB181: hue angle of 85º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DB181 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 177 129 -
CMYK 0.11 0 0.27 0.31
HSL 85º 0.24% 0.6% -
HSV(B) 85º 0.27% 0.69% -
XYZ 33.59 40.2 26.76 -
YUV 165.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 157 177 129 0.11 0 0.27 0.31 85 0.24 0.6
Hex 9D B1 81 B 0 1B 1F 55 18 3C
Octal 235 261 201 13 0 33 37 125 30 74
Binary 10011101 10110001 10000001 1011 0 11011 11111 1010101 11000 111100

Color Harmonies of #9DB181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB181

Black with #9DB181

Text Example


Text Example

White with #9DB181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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