Html Css Color HEX #94A552 Green Smoke

📋 copy color: '#94A552'

red 148 ◦ green 165 ◦ blue 82

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

Shades of Green Smoke #94A552

Tints of Green Smoke #94A552

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.77%

 BLUE value IS 82 (32.42% from 255) = 20.76%

R = 37.47%
G = 41.77%
B = 20.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#94A552 (or 0x94A552) is known color: Green Smoke. HEX triplet: 94, A5 and 52. RGB value is (148,165,82). Sum of RGB (Red+Green+Blue) = 148+165+82=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 165 - color contains mainly: green. Hex color #94A552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A552 is #6B5AAD. Grayscale: #969696. Windows color (decimal): -7035566 or 5416340. OLE color: 5416340.

HSL color Cylindrical-coordinate representation of color #94A552: hue angle of 72.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94A552 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 165 82 -
CMYK 0.10 0 0.50 0.35
HSL 72.29º 0.34% 0.48% -
HSV(B) 72.29º 0.5% 0.65% -
XYZ 27.19 33.82 13.08 -
YUV 150.46 89.37 126.25 -
System Red Green Blue C M Y K H S L
Decimal 148 165 82 0.10 0 0.50 0.35 72.29 0.34 0.48
Hex 94 A5 52 A 0 32 23 48 22 30
Octal 224 245 122 12 0 62 43 110 42 60
Binary 10010100 10100101 1010010 1010 0 110010 100011 1001000 100010 110000

Color Harmonies of #94A552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A552

Black with #94A552

Text Example


Text Example

White with #94A552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A552; }

 p { color: rgb(148,165,82); }

 H1.HeaderClassName
 {
   color: #94A552;
 }
 .AnyTagClassName
 {
   color: #94A552;
 }
</style>

background-color css

<style>
 a { background-color: #94A552; }

 a { background-color: rgb(148,165,82); }

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

border-color css

<style>
 span { border-color: #94A552; }

 span { border-color: rgb(148,165,82); }

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