Html Css Color HEX #9BC160 Olivine

📋 copy color: '#9BC160'

red 155 ◦ green 193 ◦ blue 96

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

Shades of Olivine #9BC160

Tints of Olivine #9BC160

RGB

 RED value IS 155 (60.94% from 255) = 34.91%

 GREEN value IS 193 (75.78% from 255) = 43.47%

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

R = 34.91%
G = 43.47%
B = 21.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#9BC160 (or 0x9BC160) is known color: Olivine. HEX triplet: 9B, C1 and 60. RGB value is (155,193,96). Sum of RGB (Red+Green+Blue) = 155+193+96=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC160 is #643E9F. Grayscale: #AAAAAA. Windows color (decimal): -6569632 or 6341019. OLE color: 6341019.

HSL color Cylindrical-coordinate representation of color #9BC160: hue angle of 83.51º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BC160 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 193 96 -
CMYK 0.20 0 0.50 0.24
HSL 83.51º 0.44% 0.57% -
HSV(B) 83.51º 0.5% 0.76% -
XYZ 34.7 45.95 18.11 -
YUV 170.58 85.91 116.89 -
System Red Green Blue C M Y K H S L
Decimal 155 193 96 0.20 0 0.50 0.24 83.51 0.44 0.57
Hex 9B C1 60 14 0 32 18 54 2C 39
Octal 233 301 140 24 0 62 30 124 54 71
Binary 10011011 11000001 1100000 10100 0 110010 11000 1010100 101100 111001

Color Harmonies of #9BC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC160

Black with #9BC160

Text Example


Text Example

White with #9BC160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,193,96); }

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

background-color css

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

 a { background-color: rgb(155,193,96); }

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

border-color css

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

 span { border-color: rgb(155,193,96); }

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