Html Css Color HEX #9BC260 Olivine

📋 copy color: '#9BC260'

red 155 ◦ green 194 ◦ blue 96

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

Shades of Olivine #9BC260

Tints of Olivine #9BC260

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.6%

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

R = 34.83%
G = 43.6%
B = 21.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#9BC260 (or 0x9BC260) is known color: Olivine. HEX triplet: 9B, C2 and 60. RGB value is (155,194,96). Sum of RGB (Red+Green+Blue) = 155+194+96=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC260 is #643D9F. Grayscale: #ABABAB. Windows color (decimal): -6569376 or 6341275. OLE color: 6341275.

HSL color Cylindrical-coordinate representation of color #9BC260: hue angle of 83.88º 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 #9BC260 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 194 96 -
CMYK 0.20 0 0.51 0.24
HSL 83.88º 0.45% 0.57% -
HSV(B) 83.88º 0.51% 0.76% -
XYZ 34.92 46.4 18.18 -
YUV 171.17 85.58 116.47 -
System Red Green Blue C M Y K H S L
Decimal 155 194 96 0.20 0 0.51 0.24 83.88 0.45 0.57
Hex 9B C2 60 14 0 33 18 54 2D 39
Octal 233 302 140 24 0 63 30 124 55 71
Binary 10011011 11000010 1100000 10100 0 110011 11000 1010100 101101 111001

Color Harmonies of #9BC260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC260

Black with #9BC260

Text Example


Text Example

White with #9BC260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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