#9BC65A

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

Shades of Olivine #9BC65A

Tints of Olivine #9BC65A

Color information

#9BC65A (or 0x9BC65A) is unknown color: approx Olivine. HEX triplet: 9B, C6 and 5A. RGB value is (155,198,90). Sum of RGB (Red+Green+Blue) = 155+198+90=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC65A is #6439A5. Grayscale: #ADADAD. Windows color (decimal): -6568358 or 5949083. OLE color: 5949083.

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

Color convert

RGB15519890-
CMYK0.2200.550.22
HSL83.89º48.65%56.47%-
HSV(B)83.89º54.55%77.65%-
XYZ35.5648.0917.08-
YUV172.8381.25115.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.99%
GREEN value IS 198 (77.73% from 255) = 44.70%
BLUE value IS 90 (35.55% from 255) = 20.32%
R=34.99%
G=44.70%
B=20.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal155198900.2200.550.2283.8948.6556.47
Hex9BC65A1603716543138
Octal23330613226067261246170
Binary10011011110001101011010101100110111101101010100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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