Html Css Color HEX #9BAB64 Green Smoke

📋 copy color: '#9BAB64'

red 155 ◦ green 171 ◦ blue 100

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

Shades of Green Smoke #9BAB64

Tints of Green Smoke #9BAB64

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.14%

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

R = 36.38%
G = 40.14%
B = 23.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#9BAB64 (or 0x9BAB64) is known color: Green Smoke. HEX triplet: 9B, AB and 64. RGB value is (155,171,100). Sum of RGB (Red+Green+Blue) = 155+171+100=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAB64 is #64549B. Grayscale: #9E9E9E. Windows color (decimal): -6575260 or 6597531. OLE color: 6597531.

HSL color Cylindrical-coordinate representation of color #9BAB64: hue angle of 73.52º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BAB64 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 171 100 -
CMYK 0.09 0 0.42 0.33
HSL 73.52º 0.3% 0.53% -
HSV(B) 73.52º 0.42% 0.67% -
XYZ 30.38 37.01 17.6 -
YUV 158.12 95.2 125.77 -
System Red Green Blue C M Y K H S L
Decimal 155 171 100 0.09 0 0.42 0.33 73.52 0.3 0.53
Hex 9B AB 64 9 0 2A 21 4A 1E 35
Octal 233 253 144 11 0 52 41 112 36 65
Binary 10011011 10101011 1100100 1001 0 101010 100001 1001010 11110 110101

Color Harmonies of #9BAB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAB64

Black with #9BAB64

Text Example


Text Example

White with #9BAB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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