Html Css Color HEX #9CB476 Olivine

📋 copy color: '#9CB476'

red 156 ◦ green 180 ◦ blue 118

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

Shades of Olivine #9CB476

Tints of Olivine #9CB476

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.65%

 BLUE value IS 118 (46.48% from 255) = 25.99%

R = 34.36%
G = 39.65%
B = 25.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#9CB476 (or 0x9CB476) is known color: Olivine. HEX triplet: 9C, B4 and 76. RGB value is (156,180,118). Sum of RGB (Red+Green+Blue) = 156+180+118=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 180 (70.70% from 255 or 39.65% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB476 is #634B89. Grayscale: #A5A5A5. Windows color (decimal): -6507402 or 7779484. OLE color: 7779484.

HSL color Cylindrical-coordinate representation of color #9CB476: hue angle of 83.23º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CB476 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 156 180 118 -
CMYK 0.13 0 0.34 0.29
HSL 83.23º 0.29% 0.58% -
HSV(B) 83.23º 0.34% 0.71% -
XYZ 33.3 41.02 23.3 -
YUV 165.76 101.05 121.04 -
System Red Green Blue C M Y K H S L
Decimal 156 180 118 0.13 0 0.34 0.29 83.23 0.29 0.58
Hex 9C B4 76 D 0 22 1D 53 1D 3A
Octal 234 264 166 15 0 42 35 123 35 72
Binary 10011100 10110100 1110110 1101 0 100010 11101 1010011 11101 111010

Color Harmonies of #9CB476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB476

Black with #9CB476

Text Example


Text Example

White with #9CB476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,180,118); }

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

background-color css

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

 a { background-color: rgb(156,180,118); }

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

border-color css

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

 span { border-color: rgb(156,180,118); }

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