#9BC17A

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

Shades of Olivine #9BC17A

Tints of Olivine #9BC17A

Color information

#9BC17A (or 0x9BC17A) is unknown color: approx Olivine. HEX triplet: 9B, C1 and 7A. RGB value is (155,193,122). Sum of RGB (Red+Green+Blue) = 155+193+122=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC17A is #643E85. Grayscale: #ADADAD. Windows color (decimal): -6569606 or 8044955. OLE color: 8044955.

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

Color convert

RGB155193122-
CMYK0.2000.370.24
HSL92.11º36.41%61.76%-
HSV(B)92.11º36.79%75.69%-
XYZ36.146.5125.49-
YUV173.5498.91114.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.98%
GREEN value IS 193 (75.78% from 255) = 41.06%
BLUE value IS 122 (48.05% from 255) = 25.96%
R=32.98%
G=41.06%
B=25.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551931220.2000.370.2492.1136.4161.76
Hex9BC17A14025185c243e
Octal23330117224045301344476
Binary10011011110000011111010101000100101110001011100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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