Html Css Color HEX #9BA057 Green Smoke

📋 copy color: '#9BA057'

red 155 ◦ green 160 ◦ blue 87

#9BA057
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #9BA057

Tints of Green Smoke #9BA057

RGB

 RED value IS 155 (60.94% from 255) = 38.56%

 GREEN value IS 160 (62.89% from 255) = 39.8%

 BLUE value IS 87 (34.38% from 255) = 21.64%

R = 38.56%
G = 39.8%
B = 21.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#9BA057 (or 0x9BA057) is known color: Green Smoke. HEX triplet: 9B, A0 and 57. RGB value is (155,160,87). Sum of RGB (Red+Green+Blue) = 155+160+87=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA057 is #645FA8. Grayscale: #969696. Windows color (decimal): -6578089 or 5742747. OLE color: 5742747.

HSL color Cylindrical-coordinate representation of color #9BA057: hue angle of 64.11º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BA057 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 160 87 -
CMYK 0.03 0 0.46 0.37
HSL 64.11º 0.3% 0.48% -
HSV(B) 64.11º 0.46% 0.63% -
XYZ 27.81 32.8 13.88 -
YUV 150.18 92.34 131.44 -
System Red Green Blue C M Y K H S L
Decimal 155 160 87 0.03 0 0.46 0.37 64.11 0.3 0.48
Hex 9B A0 57 3 0 2E 25 40 1E 30
Octal 233 240 127 3 0 56 45 100 36 60
Binary 10011011 10100000 1010111 11 0 101110 100101 1000000 11110 110000

Color Harmonies of #9BA057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA057

Black with #9BA057

Text Example


Text Example

White with #9BA057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,160,87); }

 H1.HeaderClassName
 {
   color: #9BA057;
 }
 .AnyTagClassName
 {
   color: #9BA057;
 }
</style>

background-color css

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

 a { background-color: rgb(155,160,87); }

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

border-color css

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

 span { border-color: rgb(155,160,87); }

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