Html Css Color HEX #9BA264 Green Smoke

📋 copy color: '#9BA264'

red 155 ◦ green 162 ◦ blue 100

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

Shades of Green Smoke #9BA264

Tints of Green Smoke #9BA264

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.85%

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

R = 37.17%
G = 38.85%
B = 23.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#9BA264 (or 0x9BA264) is known color: Green Smoke. HEX triplet: 9B, A2 and 64. RGB value is (155,162,100). Sum of RGB (Red+Green+Blue) = 155+162+100=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA264 is #645D9B. Grayscale: #999999. Windows color (decimal): -6577564 or 6595227. OLE color: 6595227.

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

Color convert

RGB 155 162 100 -
CMYK 0.04 0 0.38 0.36
HSL 66.77º 0.25% 0.51% -
HSV(B) 66.77º 0.38% 0.64% -
XYZ 28.74 33.73 17.05 -
YUV 152.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 155 162 100 0.04 0 0.38 0.36 66.77 0.25 0.51
Hex 9B A2 64 4 0 26 24 43 19 33
Octal 233 242 144 4 0 46 44 103 31 63
Binary 10011011 10100010 1100100 100 0 100110 100100 1000011 11001 110011

Color Harmonies of #9BA264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA264

Black with #9BA264

Text Example


Text Example

White with #9BA264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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