Html Css Color HEX #9BA84C Green Smoke

📋 copy color: '#9BA84C'

red 155 ◦ green 168 ◦ blue 76

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

Shades of Green Smoke #9BA84C

Tints of Green Smoke #9BA84C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.05%

R = 38.85%
G = 42.11%
B = 19.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#9BA84C (or 0x9BA84C) is known color: Green Smoke. HEX triplet: 9B, A8 and 4C. RGB value is (155,168,76). Sum of RGB (Red+Green+Blue) = 155+168+76=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA84C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA84C is #6457B3. Grayscale: #999999. Windows color (decimal): -6576052 or 5023899. OLE color: 5023899.

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

Color convert

RGB 155 168 76 -
CMYK 0.08 0 0.55 0.34
HSL 68.48º 0.38% 0.48% -
HSV(B) 68.48º 0.55% 0.66% -
XYZ 28.82 35.5 12.17 -
YUV 153.63 84.19 128.98 -
System Red Green Blue C M Y K H S L
Decimal 155 168 76 0.08 0 0.55 0.34 68.48 0.38 0.48
Hex 9B A8 4C 8 0 37 22 44 26 30
Octal 233 250 114 10 0 67 42 104 46 60
Binary 10011011 10101000 1001100 1000 0 110111 100010 1000100 100110 110000

Color Harmonies of #9BA84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA84C

Black with #9BA84C

Text Example


Text Example

White with #9BA84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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