Html Css Color HEX #9BC360 Olivine

📋 copy color: '#9BC360'

red 155 ◦ green 195 ◦ blue 96

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

Shades of Olivine #9BC360

Tints of Olivine #9BC360

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.72%

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

R = 34.75%
G = 43.72%
B = 21.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#9BC360 (or 0x9BC360) is known color: Olivine. HEX triplet: 9B, C3 and 60. RGB value is (155,195,96). Sum of RGB (Red+Green+Blue) = 155+195+96=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC360 is #643C9F. Grayscale: #ACACAC. Windows color (decimal): -6569120 or 6341531. OLE color: 6341531.

HSL color Cylindrical-coordinate representation of color #9BC360: hue angle of 84.24º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BC360 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 195 96 -
CMYK 0.21 0 0.51 0.24
HSL 84.24º 0.45% 0.57% -
HSV(B) 84.24º 0.51% 0.76% -
XYZ 35.14 46.84 18.26 -
YUV 171.75 85.25 116.05 -
System Red Green Blue C M Y K H S L
Decimal 155 195 96 0.21 0 0.51 0.24 84.24 0.45 0.57
Hex 9B C3 60 15 0 33 18 54 2D 39
Octal 233 303 140 25 0 63 30 124 55 71
Binary 10011011 11000011 1100000 10101 0 110011 11000 1010100 101101 111001

Color Harmonies of #9BC360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC360

Black with #9BC360

Text Example


Text Example

White with #9BC360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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