#9BC95A

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

Shades of Olivine #9BC95A

Tints of Olivine #9BC95A

Color information

#9BC95A (or 0x9BC95A) is unknown color: approx Olivine. HEX triplet: 9B, C9 and 5A. RGB value is (155,201,90). Sum of RGB (Red+Green+Blue) = 155+201+90=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC95A is #6436A5. Grayscale: #AEAEAE. Windows color (decimal): -6567590 or 5949851. OLE color: 5949851.

HSL color Cylindrical-coordinate representation of color #9BC95A: hue angle of 84.86º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BC95A is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB15520190-
CMYK0.2300.550.21
HSL84.86º50.68%57.06%-
HSV(B)84.86º55.22%78.82%-
XYZ36.2549.4817.31-
YUV174.5980.26114.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.75%
GREEN value IS 201 (78.91% from 255) = 45.07%
BLUE value IS 90 (35.55% from 255) = 20.18%
R=34.75%
G=45.07%
B=20.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal155201900.2300.550.2184.8650.6857.06
Hex9BC95A1703715553339
Octal23331113227067251256371
Binary10011011110010011011010101110110111101011010101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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