Html Css Color HEX #9BA966 Green Smoke

📋 copy color: '#9BA966'

red 155 ◦ green 169 ◦ blue 102

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

Shades of Green Smoke #9BA966

Tints of Green Smoke #9BA966

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.67%

 BLUE value IS 102 (40.23% from 255) = 23.94%

R = 36.38%
G = 39.67%
B = 23.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#9BA966 (or 0x9BA966) is known color: Green Smoke. HEX triplet: 9B, A9 and 66. RGB value is (155,169,102). Sum of RGB (Red+Green+Blue) = 155+169+102=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA966 is #645699. Grayscale: #9D9D9D. Windows color (decimal): -6575770 or 6728091. OLE color: 6728091.

HSL color Cylindrical-coordinate representation of color #9BA966: hue angle of 72.54º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BA966 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 169 102 -
CMYK 0.08 0 0.40 0.34
HSL 72.54º 0.28% 0.53% -
HSV(B) 72.54º 0.4% 0.66% -
XYZ 30.1 36.3 17.99 -
YUV 157.18 96.86 126.45 -
System Red Green Blue C M Y K H S L
Decimal 155 169 102 0.08 0 0.40 0.34 72.54 0.28 0.53
Hex 9B A9 66 8 0 28 22 49 1C 35
Octal 233 251 146 10 0 50 42 111 34 65
Binary 10011011 10101001 1100110 1000 0 101000 100010 1001001 11100 110101

Color Harmonies of #9BA966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA966

Black with #9BA966

Text Example


Text Example

White with #9BA966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,169,102); }

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

background-color css

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

 a { background-color: rgb(155,169,102); }

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

border-color css

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

 span { border-color: rgb(155,169,102); }

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