Html Css Color HEX #9BA868 Green Smoke

📋 copy color: '#9BA868'

red 155 ◦ green 168 ◦ blue 104

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

Shades of Green Smoke #9BA868

Tints of Green Smoke #9BA868

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.34%

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

R = 36.3%
G = 39.34%
B = 24.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#9BA868 (or 0x9BA868) is known color: Green Smoke. HEX triplet: 9B, A8 and 68. RGB value is (155,168,104). Sum of RGB (Red+Green+Blue) = 155+168+104=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA868 is #645797. Grayscale: #9D9D9D. Windows color (decimal): -6576024 or 6858907. OLE color: 6858907.

HSL color Cylindrical-coordinate representation of color #9BA868: hue angle of 72.19º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BA868 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 168 104 -
CMYK 0.08 0 0.38 0.34
HSL 72.19º 0.27% 0.53% -
HSV(B) 72.19º 0.38% 0.66% -
XYZ 30.02 35.97 18.46 -
YUV 156.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 155 168 104 0.08 0 0.38 0.34 72.19 0.27 0.53
Hex 9B A8 68 8 0 26 22 48 1B 35
Octal 233 250 150 10 0 46 42 110 33 65
Binary 10011011 10101000 1101000 1000 0 100110 100010 1001000 11011 110101

Color Harmonies of #9BA868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA868

Black with #9BA868

Text Example


Text Example

White with #9BA868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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