Html Css Color HEX #9BAD68 Green Smoke

📋 copy color: '#9BAD68'

red 155 ◦ green 173 ◦ blue 104

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

Shades of Green Smoke #9BAD68

Tints of Green Smoke #9BAD68

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.05%

 BLUE value IS 104 (41.02% from 255) = 24.07%

R = 35.88%
G = 40.05%
B = 24.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#9BAD68 (or 0x9BAD68) is known color: Green Smoke. HEX triplet: 9B, AD and 68. RGB value is (155,173,104). Sum of RGB (Red+Green+Blue) = 155+173+104=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 173 - color contains mainly: green. Hex color #9BAD68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAD68 is #645297. Grayscale: #A0A0A0. Windows color (decimal): -6574744 or 6860187. OLE color: 6860187.

HSL color Cylindrical-coordinate representation of color #9BAD68: hue angle of 75.65º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BAD68 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 173 104 -
CMYK 0.10 0 0.40 0.32
HSL 75.65º 0.3% 0.54% -
HSV(B) 75.65º 0.4% 0.68% -
XYZ 30.96 37.86 18.77 -
YUV 159.75 96.54 124.61 -
System Red Green Blue C M Y K H S L
Decimal 155 173 104 0.10 0 0.40 0.32 75.65 0.3 0.54
Hex 9B AD 68 A 0 28 20 4C 1E 36
Octal 233 255 150 12 0 50 40 114 36 66
Binary 10011011 10101101 1101000 1010 0 101000 100000 1001100 11110 110110

Color Harmonies of #9BAD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAD68

Black with #9BAD68

Text Example


Text Example

White with #9BAD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,173,104); }

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

background-color css

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

 a { background-color: rgb(155,173,104); }

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

border-color css

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

 span { border-color: rgb(155,173,104); }

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