Html Css Color HEX #9BAC68 Green Smoke

📋 copy color: '#9BAC68'

red 155 ◦ green 172 ◦ blue 104

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

Shades of Green Smoke #9BAC68

Tints of Green Smoke #9BAC68

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.91%

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

R = 35.96%
G = 39.91%
B = 24.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#9BAC68 (or 0x9BAC68) is known color: Green Smoke. HEX triplet: 9B, AC and 68. RGB value is (155,172,104). Sum of RGB (Red+Green+Blue) = 155+172+104=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC68 is #645397. Grayscale: #9F9F9F. Windows color (decimal): -6575000 or 6859931. OLE color: 6859931.

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

Color convert

RGB 155 172 104 -
CMYK 0.10 0 0.40 0.33
HSL 75º 0.29% 0.54% -
HSV(B) 75º 0.4% 0.67% -
XYZ 30.77 37.47 18.71 -
YUV 159.17 96.87 125.03 -
System Red Green Blue C M Y K H S L
Decimal 155 172 104 0.10 0 0.40 0.33 75 0.29 0.54
Hex 9B AC 68 A 0 28 21 4B 1D 36
Octal 233 254 150 12 0 50 41 113 35 66
Binary 10011011 10101100 1101000 1010 0 101000 100001 1001011 11101 110110

Color Harmonies of #9BAC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAC68

Black with #9BAC68

Text Example


Text Example

White with #9BAC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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