Html Css Color HEX #949C56 Green Smoke

📋 copy color: '#949C56'

red 148 ◦ green 156 ◦ blue 86

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

Shades of Green Smoke #949C56

Tints of Green Smoke #949C56

RGB

 RED value IS 148 (58.2% from 255) = 37.95%

 GREEN value IS 156 (61.33% from 255) = 40%

 BLUE value IS 86 (33.98% from 255) = 22.05%

R = 37.95%
G = 40%
B = 22.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#949C56 (or 0x949C56) is known color: Green Smoke. HEX triplet: 94, 9C and 56. RGB value is (148,156,86). Sum of RGB (Red+Green+Blue) = 148+156+86=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 86 (33.98% from 255 or 22.05% from 390); Max value from RGB is 156 - color contains mainly: green. Hex color #949C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949C56 is #6B63A9. Grayscale: #919191. Windows color (decimal): -7037866 or 5676180. OLE color: 5676180.

HSL color Cylindrical-coordinate representation of color #949C56: hue angle of 66.86º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #949C56 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 156 86 -
CMYK 0.05 0 0.45 0.39
HSL 66.86º 0.29% 0.47% -
HSV(B) 66.86º 0.45% 0.61% -
XYZ 25.78 30.74 13.38 -
YUV 145.63 94.35 129.69 -
System Red Green Blue C M Y K H S L
Decimal 148 156 86 0.05 0 0.45 0.39 66.86 0.29 0.47
Hex 94 9C 56 5 0 2D 27 43 1D 2F
Octal 224 234 126 5 0 55 47 103 35 57
Binary 10010100 10011100 1010110 101 0 101101 100111 1000011 11101 101111

Color Harmonies of #949C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949C56

Black with #949C56

Text Example


Text Example

White with #949C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949C56; }

 p { color: rgb(148,156,86); }

 H1.HeaderClassName
 {
   color: #949C56;
 }
 .AnyTagClassName
 {
   color: #949C56;
 }
</style>

background-color css

<style>
 a { background-color: #949C56; }

 a { background-color: rgb(148,156,86); }

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

border-color css

<style>
 span { border-color: #949C56; }

 span { border-color: rgb(148,156,86); }

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