Html Css Color HEX #9CB473 Olivine

📋 copy color: '#9CB473'

red 156 ◦ green 180 ◦ blue 115

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

Shades of Olivine #9CB473

Tints of Olivine #9CB473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.5%

R = 34.59%
G = 39.91%
B = 25.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#9CB473 (or 0x9CB473) is known color: Olivine. HEX triplet: 9C, B4 and 73. RGB value is (156,180,115). Sum of RGB (Red+Green+Blue) = 156+180+115=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 180 - color contains mainly: green. Hex color #9CB473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB473 is #634B8C. Grayscale: #A5A5A5. Windows color (decimal): -6507405 or 7582876. OLE color: 7582876.

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

Color convert

RGB 156 180 115 -
CMYK 0.13 0 0.36 0.29
HSL 82.15º 0.3% 0.58% -
HSV(B) 82.15º 0.36% 0.71% -
XYZ 33.13 40.95 22.38 -
YUV 165.41 99.55 121.29 -
System Red Green Blue C M Y K H S L
Decimal 156 180 115 0.13 0 0.36 0.29 82.15 0.3 0.58
Hex 9C B4 73 D 0 24 1D 52 1E 3A
Octal 234 264 163 15 0 44 35 122 36 72
Binary 10011100 10110100 1110011 1101 0 100100 11101 1010010 11110 111010

Color Harmonies of #9CB473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB473

Black with #9CB473

Text Example


Text Example

White with #9CB473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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