Html Css Color HEX #9CB182 Olivine

📋 copy color: '#9CB182'

red 156 ◦ green 177 ◦ blue 130

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

Shades of Olivine #9CB182

Tints of Olivine #9CB182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.08%

R = 33.69%
G = 38.23%
B = 28.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#9CB182 (or 0x9CB182) is known color: Olivine. HEX triplet: 9C, B1 and 82. RGB value is (156,177,130). Sum of RGB (Red+Green+Blue) = 156+177+130=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB182 is #634E7D. Grayscale: #A5A5A5. Windows color (decimal): -6508158 or 8565148. OLE color: 8565148.

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

Color convert

RGB 156 177 130 -
CMYK 0.12 0 0.27 0.31
HSL 86.81º 0.23% 0.6% -
HSV(B) 86.81º 0.27% 0.69% -
XYZ 33.46 40.12 27.1 -
YUV 165.36 108.04 121.32 -
System Red Green Blue C M Y K H S L
Decimal 156 177 130 0.12 0 0.27 0.31 86.81 0.23 0.6
Hex 9C B1 82 C 0 1B 1F 57 17 3C
Octal 234 261 202 14 0 33 37 127 27 74
Binary 10011100 10110001 10000010 1100 0 11011 11111 1010111 10111 111100

Color Harmonies of #9CB182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB182

Black with #9CB182

Text Example


Text Example

White with #9CB182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,177,130); }

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

background-color css

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

 a { background-color: rgb(156,177,130); }

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

border-color css

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

 span { border-color: rgb(156,177,130); }

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