Html Css Color HEX #9BA469 Green Smoke

📋 copy color: '#9BA469'

red 155 ◦ green 164 ◦ blue 105

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

Shades of Green Smoke #9BA469

Tints of Green Smoke #9BA469

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.68%

 BLUE value IS 105 (41.41% from 255) = 24.76%

R = 36.56%
G = 38.68%
B = 24.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#9BA469 (or 0x9BA469) is known color: Green Smoke. HEX triplet: 9B, A4 and 69. RGB value is (155,164,105). Sum of RGB (Red+Green+Blue) = 155+164+105=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 164 (64.45% from 255 or 38.68% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA469 is #645B96. Grayscale: #9A9A9A. Windows color (decimal): -6577047 or 6923419. OLE color: 6923419.

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

Color convert

RGB 155 164 105 -
CMYK 0.05 0 0.36 0.36
HSL 69.15º 0.24% 0.53% -
HSV(B) 69.15º 0.36% 0.64% -
XYZ 29.34 34.54 18.48 -
YUV 154.58 100.02 128.3 -
System Red Green Blue C M Y K H S L
Decimal 155 164 105 0.05 0 0.36 0.36 69.15 0.24 0.53
Hex 9B A4 69 5 0 24 24 45 18 35
Octal 233 244 151 5 0 44 44 105 30 65
Binary 10011011 10100100 1101001 101 0 100100 100100 1000101 11000 110101

Color Harmonies of #9BA469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA469

Black with #9BA469

Text Example


Text Example

White with #9BA469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,164,105); }

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

background-color css

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

 a { background-color: rgb(155,164,105); }

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

border-color css

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

 span { border-color: rgb(155,164,105); }

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