Html Css Color HEX #9BA548 Green Smoke

📋 copy color: '#9BA548'

red 155 ◦ green 165 ◦ blue 72

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

Shades of Green Smoke #9BA548

Tints of Green Smoke #9BA548

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.09%

 BLUE value IS 72 (28.52% from 255) = 18.37%

R = 39.54%
G = 42.09%
B = 18.37%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#9BA548 (or 0x9BA548) is known color: Green Smoke. HEX triplet: 9B, A5 and 48. RGB value is (155,165,72). Sum of RGB (Red+Green+Blue) = 155+165+72=392 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.54% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA548 is #645AB7. Grayscale: #979797. Windows color (decimal): -6576824 or 4760987. OLE color: 4760987.

HSL color Cylindrical-coordinate representation of color #9BA548: hue angle of 66.45º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BA548 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 165 72 -
CMYK 0.06 0 0.56 0.35
HSL 66.45º 0.39% 0.46% -
HSV(B) 66.45º 0.56% 0.65% -
XYZ 28.14 34.35 11.28 -
YUV 151.41 83.19 130.56 -
System Red Green Blue C M Y K H S L
Decimal 155 165 72 0.06 0 0.56 0.35 66.45 0.39 0.46
Hex 9B A5 48 6 0 38 23 42 27 2E
Octal 233 245 110 6 0 70 43 102 47 56
Binary 10011011 10100101 1001000 110 0 111000 100011 1000010 100111 101110

Color Harmonies of #9BA548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA548

Black with #9BA548

Text Example


Text Example

White with #9BA548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,165,72); }

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

background-color css

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

 a { background-color: rgb(155,165,72); }

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

border-color css

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

 span { border-color: rgb(155,165,72); }

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