Html Css Color HEX #9CB981 Olivine

📋 copy color: '#9CB981'

red 156 ◦ green 185 ◦ blue 129

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

Shades of Olivine #9CB981

Tints of Olivine #9CB981

RGB

 RED value IS 156 (61.33% from 255) = 33.19%

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

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

R = 33.19%
G = 39.36%
B = 27.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#9CB981 (or 0x9CB981) is known color: Olivine. HEX triplet: 9C, B9 and 81. RGB value is (156,185,129). Sum of RGB (Red+Green+Blue) = 156+185+129=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB981 is #63467E. Grayscale: #AAAAAA. Windows color (decimal): -6506111 or 8501660. OLE color: 8501660.

HSL color Cylindrical-coordinate representation of color #9CB981: hue angle of 91.07º 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 #9CB981 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 185 129 -
CMYK 0.16 0 0.30 0.27
HSL 91.07º 0.29% 0.62% -
HSV(B) 91.07º 0.3% 0.73% -
XYZ 35.02 43.35 27.29 -
YUV 169.95 104.89 118.05 -
System Red Green Blue C M Y K H S L
Decimal 156 185 129 0.16 0 0.30 0.27 91.07 0.29 0.62
Hex 9C B9 81 10 0 1E 1B 5B 1D 3E
Octal 234 271 201 20 0 36 33 133 35 76
Binary 10011100 10111001 10000001 10000 0 11110 11011 1011011 11101 111110

Color Harmonies of #9CB981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB981

Black with #9CB981

Text Example


Text Example

White with #9CB981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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