#9BD05F

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

Shades of Olivine #9BD05F

Tints of Olivine #9BD05F

Color information

#9BD05F (or 0x9BD05F) is unknown color: approx Olivine. HEX triplet: 9B, D0 and 5F. RGB value is (155,208,95). Sum of RGB (Red+Green+Blue) = 155+208+95=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD05F is #642FA0. Grayscale: #B3B3B3. Windows color (decimal): -6565793 or 6279323. OLE color: 6279323.

HSL color Cylindrical-coordinate representation of color #9BD05F: hue angle of 88.14º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BD05F is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB15520895-
CMYK0.2500.540.18
HSL88.14º54.59%59.41%-
HSV(B)88.14º54.33%81.57%-
XYZ38.1452.9119.03-
YUV179.2780.44110.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.84%
GREEN value IS 208 (81.64% from 255) = 45.41%
BLUE value IS 95 (37.5% from 255) = 20.74%
R=33.84%
G=45.41%
B=20.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal155208950.2500.540.1888.1454.5959.41
Hex9BD05F190361258373b
Octal23332013731066221306773
Binary10011011110100001011111110010110110100101011000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,208,95); }

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

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

 a { background-color: rgb(155,208,95); }

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

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

 span { border-color: rgb(155,208,95); }

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