Html Css Color HEX #9CB080 Olivine

📋 copy color: '#9CB080'

red 156 ◦ green 176 ◦ blue 128

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

Shades of Olivine #9CB080

Tints of Olivine #9CB080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.26%

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

R = 33.91%
G = 38.26%
B = 27.83%

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

#9CB080 (or 0x9CB080) is known color: Olivine. HEX triplet: 9C, B0 and 80. RGB value is (156,176,128). Sum of RGB (Red+Green+Blue) = 156+176+128=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 176 - color contains mainly: green. Hex color #9CB080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB080 is #634F7F. Grayscale: #A4A4A4. Windows color (decimal): -6508416 or 8433820. OLE color: 8433820.

HSL color Cylindrical-coordinate representation of color #9CB080: hue angle of 85º degrees, saturation: 0.23, 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 #9CB080 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 176 128 -
CMYK 0.11 0 0.27 0.31
HSL 85º 0.23% 0.6% -
HSV(B) 85º 0.27% 0.69% -
XYZ 33.13 39.68 26.33 -
YUV 164.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 156 176 128 0.11 0 0.27 0.31 85 0.23 0.6
Hex 9C B0 80 B 0 1B 1F 55 17 3C
Octal 234 260 200 13 0 33 37 125 27 74
Binary 10011100 10110000 10000000 1011 0 11011 11111 1010101 10111 111100

Color Harmonies of #9CB080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB080

Black with #9CB080

Text Example


Text Example

White with #9CB080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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