#9BC17E

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

Shades of Olivine #9BC17E

Tints of Olivine #9BC17E

Color information

#9BC17E (or 0x9BC17E) is unknown color: approx Olivine. HEX triplet: 9B, C1 and 7E. RGB value is (155,193,126). Sum of RGB (Red+Green+Blue) = 155+193+126=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC17E is #643E81. Grayscale: #AEAEAE. Windows color (decimal): -6569602 or 8307099. OLE color: 8307099.

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

Color convert

RGB155193126-
CMYK0.2000.350.24
HSL94.03º35.08%62.55%-
HSV(B)94.03º34.72%75.69%-
XYZ36.3546.6126.82-
YUV174100.91114.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.70%
GREEN value IS 193 (75.78% from 255) = 40.72%
BLUE value IS 126 (49.61% from 255) = 26.58%
R=32.70%
G=40.72%
B=26.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551931260.2000.350.2494.0335.0862.55
Hex9BC17E14023185e233f
Octal23330117624043301364377
Binary10011011110000011111110101000100011110001011110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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