#9bd363

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

Shades of Olivine #9BD363

Tints of Olivine #9BD363

Color information

#9BD363 (or 0x9BD363) is unknown color: approx Olivine. HEX triplet: 9B, D3 and 63. RGB value is (155,211,99). Sum of RGB (Red+Green+Blue) = 155+211+99=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD363 is #642C9C. Grayscale: #B5B5B5. Windows color (decimal): -6565021 or 6542235. OLE color: 6542235.

HSL color Cylindrical-coordinate representation of color #9BD363: hue angle of 90º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BD363 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB15521199-
CMYK0.2700.530.17
HSL90º56%60.78%-
HSV(B)90º53.08%82.75%-
XYZ39.0654.4620.26-
YUV181.4981.45109.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.33%
GREEN value IS 211 (82.81% from 255) = 45.38%
BLUE value IS 99 (39.06% from 255) = 21.29%
R=33.33%
G=45.38%
B=21.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal155211990.2700.530.17905660.78
Hex9BD3631B035115a383d
Octal23332314333065211327075
Binary10011011110100111100011110110110101100011011010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bd363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,211,99); }

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

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

 a { background-color: rgb(155,211,99); }

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

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

 span { border-color: rgb(155,211,99); }

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