#9BC16E

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

Shades of Olivine #9BC16E

Tints of Olivine #9BC16E

Color information

#9BC16E (or 0x9BC16E) is unknown color: approx Olivine. HEX triplet: 9B, C1 and 6E. RGB value is (155,193,110). Sum of RGB (Red+Green+Blue) = 155+193+110=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 110 (43.36% from 255 or 24.02% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC16E is #643E91. Grayscale: #ACACAC. Windows color (decimal): -6569618 or 7258523. OLE color: 7258523.

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

Color convert

RGB155193110-
CMYK0.2000.430.24
HSL87.47º40.1%59.41%-
HSV(B)87.47º43.01%75.69%-
XYZ35.446.2321.81-
YUV172.1892.91115.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.84%
GREEN value IS 193 (75.78% from 255) = 42.14%
BLUE value IS 110 (43.36% from 255) = 24.02%
R=33.84%
G=42.14%
B=24.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551931100.2000.430.2487.4740.159.41
Hex9BC16E1402B1857283b
Octal23330115624053301275073
Binary10011011110000011101110101000101011110001010111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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