Html Css Color HEX #9BA35F Green Smoke

📋 copy color: '#9BA35F'

red 155 ◦ green 163 ◦ blue 95

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

Shades of Green Smoke #9BA35F

Tints of Green Smoke #9BA35F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23%

R = 37.53%
G = 39.47%
B = 23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#9BA35F (or 0x9BA35F) is known color: Green Smoke. HEX triplet: 9B, A3 and 5F. RGB value is (155,163,95). Sum of RGB (Red+Green+Blue) = 155+163+95=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA35F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA35F is #645CA0. Grayscale: #999999. Windows color (decimal): -6577313 or 6267803. OLE color: 6267803.

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

Color convert

RGB 155 163 95 -
CMYK 0.05 0 0.42 0.36
HSL 67.06º 0.27% 0.51% -
HSV(B) 67.06º 0.42% 0.64% -
XYZ 28.68 33.99 15.88 -
YUV 152.86 95.35 129.53 -
System Red Green Blue C M Y K H S L
Decimal 155 163 95 0.05 0 0.42 0.36 67.06 0.27 0.51
Hex 9B A3 5F 5 0 2A 24 43 1B 33
Octal 233 243 137 5 0 52 44 103 33 63
Binary 10011011 10100011 1011111 101 0 101010 100100 1000011 11011 110011

Color Harmonies of #9BA35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA35F

Black with #9BA35F

Text Example


Text Example

White with #9BA35F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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