#9BC15E

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

Shades of Olivine #9BC15E

Tints of Olivine #9BC15E

Color information

#9BC15E (or 0x9BC15E) is unknown color: approx Olivine. HEX triplet: 9B, C1 and 5E. RGB value is (155,193,94). Sum of RGB (Red+Green+Blue) = 155+193+94=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC15E is #643EA1. Grayscale: #AAAAAA. Windows color (decimal): -6569634 or 6209947. OLE color: 6209947.

HSL color Cylindrical-coordinate representation of color #9BC15E: hue angle of 83.03º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BC15E is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB15519394-
CMYK0.2000.510.24
HSL83.03º44.39%56.27%-
HSV(B)83.03º51.3%75.69%-
XYZ34.6145.9217.63-
YUV170.3584.91117.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.07%
GREEN value IS 193 (75.78% from 255) = 43.67%
BLUE value IS 94 (37.11% from 255) = 21.27%
R=35.07%
G=43.67%
B=21.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal155193940.2000.510.2483.0344.3956.27
Hex9BC15E1403318532c38
Octal23330113624063301235470
Binary10011011110000011011110101000110011110001010011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,193,94); }

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

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

 a { background-color: rgb(155,193,94); }

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

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

 span { border-color: rgb(155,193,94); }

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