Html Css Color HEX #9CBA71 Olivine

📋 copy color: '#9CBA71'

red 156 ◦ green 186 ◦ blue 113

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

Shades of Olivine #9CBA71

Tints of Olivine #9CBA71

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.88%

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

R = 34.29%
G = 40.88%
B = 24.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#9CBA71 (or 0x9CBA71) is known color: Olivine. HEX triplet: 9C, BA and 71. RGB value is (156,186,113). Sum of RGB (Red+Green+Blue) = 156+186+113=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA71 is #63458E. Grayscale: #A8A8A8. Windows color (decimal): -6505871 or 7453340. OLE color: 7453340.

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

Color convert

RGB 156 186 113 -
CMYK 0.16 0 0.39 0.27
HSL 84.66º 0.35% 0.59% -
HSV(B) 84.66º 0.39% 0.73% -
XYZ 34.25 43.38 22.19 -
YUV 168.71 96.56 118.94 -
System Red Green Blue C M Y K H S L
Decimal 156 186 113 0.16 0 0.39 0.27 84.66 0.35 0.59
Hex 9C BA 71 10 0 27 1B 55 23 3B
Octal 234 272 161 20 0 47 33 125 43 73
Binary 10011100 10111010 1110001 10000 0 100111 11011 1010101 100011 111011

Color Harmonies of #9CBA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBA71

Black with #9CBA71

Text Example


Text Example

White with #9CBA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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