#9BAF62

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

Shades of Green Smoke #9BAF62

Tints of Green Smoke #9BAF62

Color information

#9BAF62 (or 0x9BAF62) is unknown color: approx Green Smoke. HEX triplet: 9B, AF and 62. RGB value is (155,175,98). Sum of RGB (Red+Green+Blue) = 155+175+98=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF62 is #64509D. Grayscale: #A0A0A0. Windows color (decimal): -6574238 or 6467483. OLE color: 6467483.

HSL color Cylindrical-coordinate representation of color #9BAF62: hue angle of 75.58º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BAF62 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB15517598-
CMYK0.1100.440.31
HSL75.58º32.49%53.53%-
HSV(B)75.58º44%68.63%-
XYZ31.0538.5117.35-
YUV160.2492.87124.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.21%
GREEN value IS 175 (68.75% from 255) = 40.89%
BLUE value IS 98 (38.67% from 255) = 22.90%
R=36.21%
G=40.89%
B=22.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal155175980.1100.440.3175.5832.4953.53
Hex9BAF62B02C1F4c2036
Octal23325714213054371144066
Binary1001101110101111110001010110101100111111001100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,175,98); }

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

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

 a { background-color: rgb(155,175,98); }

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

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

 span { border-color: rgb(155,175,98); }

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