#9BA68E

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

Shades of Delta #9BA68E

Tints of Delta #9BA68E

Color information

#9BA68E (or 0x9BA68E) is unknown color: approx Delta. HEX triplet: 9B, A6 and 8E. RGB value is (155,166,142). Sum of RGB (Red+Green+Blue) = 155+166+142=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA68E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA68E is #645971. Grayscale: #A0A0A0. Windows color (decimal): -6576498 or 9348763. OLE color: 9348763.

HSL color Cylindrical-coordinate representation of color #9BA68E: hue angle of 87.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BA68E is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB155166142-
CMYK0.0700.140.35
HSL87.5º11.88%60.39%-
HSV(B)87.5º14.46%65.1%-
XYZ32.0436.1930.89-
YUV159.97117.86124.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.48%
GREEN value IS 166 (65.23% from 255) = 35.85%
BLUE value IS 142 (55.86% from 255) = 30.67%
R=33.48%
G=35.85%
B=30.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551661420.0700.140.3587.511.8860.39
Hex9BA68E70E2357c3c
Octal2332462167016431271474
Binary1001101110100110100011101110111010001110101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,166,142); }

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

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

 a { background-color: rgb(155,166,142); }

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

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

 span { border-color: rgb(155,166,142); }

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