Html Css Color HEX #9BA664 Green Smoke

📋 copy color: '#9BA664'

red 155 ◦ green 166 ◦ blue 100

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

Shades of Green Smoke #9BA664

Tints of Green Smoke #9BA664

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.43%

 BLUE value IS 100 (39.45% from 255) = 23.75%

R = 36.82%
G = 39.43%
B = 23.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#9BA664 (or 0x9BA664) is known color: Green Smoke. HEX triplet: 9B, A6 and 64. RGB value is (155,166,100). Sum of RGB (Red+Green+Blue) = 155+166+100=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA664 is #64599B. Grayscale: #9B9B9B. Windows color (decimal): -6576540 or 6596251. OLE color: 6596251.

HSL color Cylindrical-coordinate representation of color #9BA664: hue angle of 70º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BA664 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 166 100 -
CMYK 0.07 0 0.40 0.35
HSL 70º 0.27% 0.52% -
HSV(B) 70º 0.4% 0.65% -
XYZ 29.45 35.16 17.29 -
YUV 155.19 96.86 127.87 -
System Red Green Blue C M Y K H S L
Decimal 155 166 100 0.07 0 0.40 0.35 70 0.27 0.52
Hex 9B A6 64 7 0 28 23 46 1B 34
Octal 233 246 144 7 0 50 43 106 33 64
Binary 10011011 10100110 1100100 111 0 101000 100011 1000110 11011 110100

Color Harmonies of #9BA664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA664

Black with #9BA664

Text Example


Text Example

White with #9BA664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,166,100); }

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

background-color css

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

 a { background-color: rgb(155,166,100); }

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

border-color css

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

 span { border-color: rgb(155,166,100); }

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