#9BC65D

Color #9BC65D Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9BC65D

Tints of Olivine #9BC65D

Color information

#9BC65D (or 0x9BC65D) is unknown color: approx Olivine. HEX triplet: 9B, C6 and 5D. RGB value is (155,198,93). Sum of RGB (Red+Green+Blue) = 155+198+93=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC65D is #6439A2. Grayscale: #ADADAD. Windows color (decimal): -6568355 or 6145691. OLE color: 6145691.

HSL color Cylindrical-coordinate representation of color #9BC65D: hue angle of 84.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BC65D is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB15519893-
CMYK0.2200.530.22
HSL84.57º47.95%57.06%-
HSV(B)84.57º53.03%77.65%-
XYZ35.6948.1517.77-
YUV173.1782.75115.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.75%
GREEN value IS 198 (77.73% from 255) = 44.39%
BLUE value IS 93 (36.72% from 255) = 20.85%
R=34.75%
G=44.39%
B=20.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal155198930.2200.530.2284.5747.9557.06
Hex9BC65D1603516553039
Octal23330613526065261256071
Binary10011011110001101011101101100110101101101010101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,198,93); }

 H1.HeaderClassName
 {
   color: #9BC65D;
 }
 .AnyTagClassName
 {
   color: #9BC65D;
 }
</style>
background-color css

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

 a { background-color: rgb(155,198,93); }

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

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

 span { border-color: rgb(155,198,93); }

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