#9BC157

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

Shades of Olivine #9BC157

Tints of Olivine #9BC157

Color information

#9BC157 (or 0x9BC157) is unknown color: approx Olivine. HEX triplet: 9B, C1 and 57. RGB value is (155,193,87). Sum of RGB (Red+Green+Blue) = 155+193+87=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC157 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC157 is #643EA8. Grayscale: #A9A9A9. Windows color (decimal): -6569641 or 5751195. OLE color: 5751195.

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

Color convert

RGB15519387-
CMYK0.2000.550.24
HSL81.51º46.09%54.9%-
HSV(B)81.51º54.92%75.69%-
XYZ34.3145.816.05-
YUV169.5581.41117.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.63%
GREEN value IS 193 (75.78% from 255) = 44.37%
BLUE value IS 87 (34.38% from 255) = 20%
R=35.63%
G=44.37%
B=20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal155193870.2000.550.2481.5146.0954.9
Hex9BC1571403718522e37
Octal23330112724067301225667
Binary10011011110000011010111101000110111110001010010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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