Html Css Color HEX #9CB380 Olivine

📋 copy color: '#9CB380'

red 156 ◦ green 179 ◦ blue 128

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

Shades of Olivine #9CB380

Tints of Olivine #9CB380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.66%

 BLUE value IS 128 (50.39% from 255) = 27.65%

R = 33.69%
G = 38.66%
B = 27.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#9CB380 (or 0x9CB380) is known color: Olivine. HEX triplet: 9C, B3 and 80. RGB value is (156,179,128). Sum of RGB (Red+Green+Blue) = 156+179+128=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB380 is #634C7F. Grayscale: #A6A6A6. Windows color (decimal): -6507648 or 8434588. OLE color: 8434588.

HSL color Cylindrical-coordinate representation of color #9CB380: hue angle of 87.06º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CB380 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 156 179 128 -
CMYK 0.13 0 0.28 0.30
HSL 87.06º 0.25% 0.6% -
HSV(B) 87.06º 0.28% 0.7% -
XYZ 33.73 40.87 26.53 -
YUV 166.31 106.38 120.65 -
System Red Green Blue C M Y K H S L
Decimal 156 179 128 0.13 0 0.28 0.30 87.06 0.25 0.6
Hex 9C B3 80 D 0 1C 1E 57 19 3C
Octal 234 263 200 15 0 34 36 127 31 74
Binary 10011100 10110011 10000000 1101 0 11100 11110 1010111 11001 111100

Color Harmonies of #9CB380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB380

Black with #9CB380

Text Example


Text Example

White with #9CB380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,179,128); }

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

background-color css

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

 a { background-color: rgb(156,179,128); }

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

border-color css

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

 span { border-color: rgb(156,179,128); }

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