Html Css Color HEX #94A36B Green Smoke

📋 copy color: '#94A36B'

red 148 ◦ green 163 ◦ blue 107

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

Shades of Green Smoke #94A36B

Tints of Green Smoke #94A36B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39%

 BLUE value IS 107 (42.19% from 255) = 25.6%

R = 35.41%
G = 39%
B = 25.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#94A36B (or 0x94A36B) is known color: Green Smoke. HEX triplet: 94, A3 and 6B. RGB value is (148,163,107). Sum of RGB (Red+Green+Blue) = 148+163+107=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 163 - color contains mainly: green. Hex color #94A36B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A36B is #6B5C94. Grayscale: #989898. Windows color (decimal): -7036053 or 7054228. OLE color: 7054228.

HSL color Cylindrical-coordinate representation of color #94A36B: hue angle of 76.07º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94A36B is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 163 107 -
CMYK 0.09 0 0.34 0.36
HSL 76.07º 0.23% 0.53% -
HSV(B) 76.07º 0.34% 0.64% -
XYZ 27.96 33.55 18.91 -
YUV 152.13 102.53 125.05 -
System Red Green Blue C M Y K H S L
Decimal 148 163 107 0.09 0 0.34 0.36 76.07 0.23 0.53
Hex 94 A3 6B 9 0 22 24 4C 17 35
Octal 224 243 153 11 0 42 44 114 27 65
Binary 10010100 10100011 1101011 1001 0 100010 100100 1001100 10111 110101

Color Harmonies of #94A36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A36B

Black with #94A36B

Text Example


Text Example

White with #94A36B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,163,107); }

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

background-color css

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

 a { background-color: rgb(148,163,107); }

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

border-color css

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

 span { border-color: rgb(148,163,107); }

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