Html Css Color HEX #9BA569 Green Smoke

📋 copy color: '#9BA569'

red 155 ◦ green 165 ◦ blue 105

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

Shades of Green Smoke #9BA569

Tints of Green Smoke #9BA569

RGB

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

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

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

R = 36.47%
G = 38.82%
B = 24.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#9BA569 (or 0x9BA569) is known color: Green Smoke. HEX triplet: 9B, A5 and 69. RGB value is (155,165,105). Sum of RGB (Red+Green+Blue) = 155+165+105=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA569 is #645A96. Grayscale: #9B9B9B. Windows color (decimal): -6576791 or 6923675. OLE color: 6923675.

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

Color convert

RGB 155 165 105 -
CMYK 0.06 0 0.36 0.35
HSL 70º 0.25% 0.53% -
HSV(B) 70º 0.36% 0.65% -
XYZ 29.52 34.9 18.54 -
YUV 155.17 99.69 127.88 -
System Red Green Blue C M Y K H S L
Decimal 155 165 105 0.06 0 0.36 0.35 70 0.25 0.53
Hex 9B A5 69 6 0 24 23 46 19 35
Octal 233 245 151 6 0 44 43 106 31 65
Binary 10011011 10100101 1101001 110 0 100100 100011 1000110 11001 110101

Color Harmonies of #9BA569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA569

Black with #9BA569

Text Example


Text Example

White with #9BA569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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