Html Css Color HEX #9BA053 Green Smoke

📋 copy color: '#9BA053'

red 155 ◦ green 160 ◦ blue 83

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

Shades of Green Smoke #9BA053

Tints of Green Smoke #9BA053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.85%

R = 38.94%
G = 40.2%
B = 20.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#9BA053 (or 0x9BA053) is known color: Green Smoke. HEX triplet: 9B, A0 and 53. RGB value is (155,160,83). Sum of RGB (Red+Green+Blue) = 155+160+83=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA053 is #645FAC. Grayscale: #969696. Windows color (decimal): -6578093 or 5480603. OLE color: 5480603.

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

Color convert

RGB 155 160 83 -
CMYK 0.03 0 0.48 0.37
HSL 63.9º 0.32% 0.48% -
HSV(B) 63.9º 0.48% 0.63% -
XYZ 27.65 32.73 13.04 -
YUV 149.73 90.34 131.76 -
System Red Green Blue C M Y K H S L
Decimal 155 160 83 0.03 0 0.48 0.37 63.9 0.32 0.48
Hex 9B A0 53 3 0 30 25 40 20 30
Octal 233 240 123 3 0 60 45 100 40 60
Binary 10011011 10100000 1010011 11 0 110000 100101 1000000 100000 110000

Color Harmonies of #9BA053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA053

Black with #9BA053

Text Example


Text Example

White with #9BA053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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