Html Css Color HEX #9BA348 Green Smoke

📋 copy color: '#9BA348'

red 155 ◦ green 163 ◦ blue 72

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

Shades of Green Smoke #9BA348

Tints of Green Smoke #9BA348

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.79%

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

R = 39.74%
G = 41.79%
B = 18.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#9BA348 (or 0x9BA348) is known color: Green Smoke. HEX triplet: 9B, A3 and 48. RGB value is (155,163,72). Sum of RGB (Red+Green+Blue) = 155+163+72=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA348 is #645CB7. Grayscale: #969696. Windows color (decimal): -6577336 or 4760475. OLE color: 4760475.

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

Color convert

RGB 155 163 72 -
CMYK 0.05 0 0.56 0.36
HSL 65.27º 0.39% 0.46% -
HSV(B) 65.27º 0.56% 0.64% -
XYZ 27.78 33.63 11.16 -
YUV 150.23 83.85 131.4 -
System Red Green Blue C M Y K H S L
Decimal 155 163 72 0.05 0 0.56 0.36 65.27 0.39 0.46
Hex 9B A3 48 5 0 38 24 41 27 2E
Octal 233 243 110 5 0 70 44 101 47 56
Binary 10011011 10100011 1001000 101 0 111000 100100 1000001 100111 101110

Color Harmonies of #9BA348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA348

Black with #9BA348

Text Example


Text Example

White with #9BA348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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