Html Css Color HEX #9CBB71 Olivine

📋 copy color: '#9CBB71'

red 156 ◦ green 187 ◦ blue 113

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

Shades of Olivine #9CBB71

Tints of Olivine #9CBB71

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.01%

 BLUE value IS 113 (44.53% from 255) = 24.78%

R = 34.21%
G = 41.01%
B = 24.78%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#9CBB71 (or 0x9CBB71) is known color: Olivine. HEX triplet: 9C, BB and 71. RGB value is (156,187,113). Sum of RGB (Red+Green+Blue) = 156+187+113=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBB71 is #63448E. Grayscale: #A9A9A9. Windows color (decimal): -6505615 or 7453596. OLE color: 7453596.

HSL color Cylindrical-coordinate representation of color #9CBB71: hue angle of 85.14º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CBB71 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 187 113 -
CMYK 0.17 0 0.40 0.27
HSL 85.14º 0.35% 0.59% -
HSV(B) 85.14º 0.4% 0.73% -
XYZ 34.46 43.8 22.26 -
YUV 169.3 96.23 118.52 -
System Red Green Blue C M Y K H S L
Decimal 156 187 113 0.17 0 0.40 0.27 85.14 0.35 0.59
Hex 9C BB 71 11 0 28 1B 55 23 3B
Octal 234 273 161 21 0 50 33 125 43 73
Binary 10011100 10111011 1110001 10001 0 101000 11011 1010101 100011 111011

Color Harmonies of #9CBB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBB71

Black with #9CBB71

Text Example


Text Example

White with #9CBB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,187,113); }

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

background-color css

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

 a { background-color: rgb(156,187,113); }

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

border-color css

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

 span { border-color: rgb(156,187,113); }

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