Html Css Color HEX #9CBA60 Olivine

📋 copy color: '#9CBA60'

red 156 ◦ green 186 ◦ blue 96

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

Shades of Olivine #9CBA60

Tints of Olivine #9CBA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.92%

R = 35.62%
G = 42.47%
B = 21.92%

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

#9CBA60 (or 0x9CBA60) is known color: Olivine. HEX triplet: 9C, BA and 60. RGB value is (156,186,96). Sum of RGB (Red+Green+Blue) = 156+186+96=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBA60 is #63459F. Grayscale: #A7A7A7. Windows color (decimal): -6505888 or 6339228. OLE color: 6339228.

HSL color Cylindrical-coordinate representation of color #9CBA60: hue angle of 80º 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 #9CBA60 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 186 96 -
CMYK 0.16 0 0.48 0.27
HSL 80º 0.39% 0.55% -
HSV(B) 80º 0.48% 0.73% -
XYZ 33.38 43.03 17.61 -
YUV 166.77 88.06 120.32 -
System Red Green Blue C M Y K H S L
Decimal 156 186 96 0.16 0 0.48 0.27 80 0.39 0.55
Hex 9C BA 60 10 0 30 1B 50 27 37
Octal 234 272 140 20 0 60 33 120 47 67
Binary 10011100 10111010 1100000 10000 0 110000 11011 1010000 100111 110111

Color Harmonies of #9CBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBA60

Black with #9CBA60

Text Example


Text Example

White with #9CBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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