Html Css Color HEX #9CBA61 Olivine

📋 copy color: '#9CBA61'

red 156 ◦ green 186 ◦ blue 97

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

Shades of Olivine #9CBA61

Tints of Olivine #9CBA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.1%

R = 35.54%
G = 42.37%
B = 22.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#9CBA61 (or 0x9CBA61) is known color: Olivine. HEX triplet: 9C, BA and 61. RGB value is (156,186,97). Sum of RGB (Red+Green+Blue) = 156+186+97=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA61 is #63459E. Grayscale: #A7A7A7. Windows color (decimal): -6505887 or 6404764. OLE color: 6404764.

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

Color convert

RGB 156 186 97 -
CMYK 0.16 0 0.48 0.27
HSL 80.22º 0.39% 0.55% -
HSV(B) 80.22º 0.48% 0.73% -
XYZ 33.43 43.05 17.86 -
YUV 166.88 88.56 120.24 -
System Red Green Blue C M Y K H S L
Decimal 156 186 97 0.16 0 0.48 0.27 80.22 0.39 0.55
Hex 9C BA 61 10 0 30 1B 50 27 37
Octal 234 272 141 20 0 60 33 120 47 67
Binary 10011100 10111010 1100001 10000 0 110000 11011 1010000 100111 110111

Color Harmonies of #9CBA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBA61

Black with #9CBA61

Text Example


Text Example

White with #9CBA61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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