#9BAE45

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

Shades of Green Smoke #9BAE45

Tints of Green Smoke #9BAE45

Color information

#9BAE45 (or 0x9BAE45) is unknown color: approx Green Smoke. HEX triplet: 9B, AE and 45. RGB value is (155,174,69). Sum of RGB (Red+Green+Blue) = 155+174+69=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BAE45 is #6451BA. Grayscale: #9C9C9C. Windows color (decimal): -6574523 or 4566683. OLE color: 4566683.

HSL color Cylindrical-coordinate representation of color #9BAE45: hue angle of 70.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BAE45 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB15517469-
CMYK0.1100.600.32
HSL70.86º43.21%47.65%-
HSV(B)70.86º60.34%68.24%-
XYZ29.7337.6711.33-
YUV156.3578.71127.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.94%
GREEN value IS 174 (68.36% from 255) = 43.72%
BLUE value IS 69 (27.34% from 255) = 17.34%
R=38.94%
G=43.72%
B=17.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155174690.1100.600.3270.8643.2147.65
Hex9BAE45B03C20472b30
Octal23325610513074401075360
Binary10011011101011101000101101101111001000001000111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,174,69); }

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

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

 a { background-color: rgb(155,174,69); }

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

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

 span { border-color: rgb(155,174,69); }

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