Html Css Color HEX #9BAF66 Green Smoke

📋 copy color: '#9BAF66'

red 155 ◦ green 175 ◦ blue 102

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

Shades of Green Smoke #9BAF66

Tints of Green Smoke #9BAF66

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.51%

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

R = 35.88%
G = 40.51%
B = 23.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#9BAF66 (or 0x9BAF66) is known color: Green Smoke. HEX triplet: 9B, AF and 66. RGB value is (155,175,102). Sum of RGB (Red+Green+Blue) = 155+175+102=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF66 is #645099. Grayscale: #A0A0A0. Windows color (decimal): -6574234 or 6729627. OLE color: 6729627.

HSL color Cylindrical-coordinate representation of color #9BAF66: hue angle of 76.44º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BAF66 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 175 102 -
CMYK 0.11 0 0.42 0.31
HSL 76.44º 0.31% 0.54% -
HSV(B) 76.44º 0.42% 0.69% -
XYZ 31.25 38.59 18.37 -
YUV 160.7 94.87 123.94 -
System Red Green Blue C M Y K H S L
Decimal 155 175 102 0.11 0 0.42 0.31 76.44 0.31 0.54
Hex 9B AF 66 B 0 2A 1F 4C 1F 36
Octal 233 257 146 13 0 52 37 114 37 66
Binary 10011011 10101111 1100110 1011 0 101010 11111 1001100 11111 110110

Color Harmonies of #9BAF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF66

Black with #9BAF66

Text Example


Text Example

White with #9BAF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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