Html Css Color HEX #9BA054 Green Smoke

📋 copy color: '#9BA054'

red 155 ◦ green 160 ◦ blue 84

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

Shades of Green Smoke #9BA054

Tints of Green Smoke #9BA054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.05%

R = 38.85%
G = 40.1%
B = 21.05%

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

#9BA054 (or 0x9BA054) is known color: Green Smoke. HEX triplet: 9B, A0 and 54. RGB value is (155,160,84). Sum of RGB (Red+Green+Blue) = 155+160+84=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA054 is #645FAB. Grayscale: #969696. Windows color (decimal): -6578092 or 5546139. OLE color: 5546139.

HSL color Cylindrical-coordinate representation of color #9BA054: hue angle of 63.95º degrees, saturation: 0.31, 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 #9BA054 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 160 84 -
CMYK 0.03 0 0.48 0.37
HSL 63.95º 0.31% 0.48% -
HSV(B) 63.95º 0.48% 0.63% -
XYZ 27.69 32.75 13.25 -
YUV 149.84 90.84 131.68 -
System Red Green Blue C M Y K H S L
Decimal 155 160 84 0.03 0 0.48 0.37 63.95 0.31 0.48
Hex 9B A0 54 3 0 30 25 40 1F 30
Octal 233 240 124 3 0 60 45 100 37 60
Binary 10011011 10100000 1010100 11 0 110000 100101 1000000 11111 110000

Color Harmonies of #9BA054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA054

Black with #9BA054

Text Example


Text Example

White with #9BA054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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