Html Css Color HEX #94A445 Wasabi

📋 copy color: '#94A445'

red 148 ◦ green 164 ◦ blue 69

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

Shades of Wasabi #94A445

Tints of Wasabi #94A445

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.04%

 BLUE value IS 69 (27.34% from 255) = 18.11%

R = 38.85%
G = 43.04%
B = 18.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#94A445 (or 0x94A445) is known color: Wasabi. HEX triplet: 94, A4 and 45. RGB value is (148,164,69). Sum of RGB (Red+Green+Blue) = 148+164+69=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 164 - color contains mainly: green. Hex color #94A445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A445 is #6B5BBA. Grayscale: #949494. Windows color (decimal): -7035835 or 4564116. OLE color: 4564116.

HSL color Cylindrical-coordinate representation of color #94A445: hue angle of 70.11º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94A445 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 164 69 -
CMYK 0.10 0 0.58 0.36
HSL 70.11º 0.41% 0.46% -
HSV(B) 70.11º 0.58% 0.64% -
XYZ 26.56 33.28 10.65 -
YUV 148.39 83.2 127.72 -
System Red Green Blue C M Y K H S L
Decimal 148 164 69 0.10 0 0.58 0.36 70.11 0.41 0.46
Hex 94 A4 45 A 0 3A 24 46 29 2E
Octal 224 244 105 12 0 72 44 106 51 56
Binary 10010100 10100100 1000101 1010 0 111010 100100 1000110 101001 101110

Color Harmonies of #94A445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A445

Black with #94A445

Text Example


Text Example

White with #94A445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,164,69); }

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

background-color css

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

 a { background-color: rgb(148,164,69); }

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

border-color css

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

 span { border-color: rgb(148,164,69); }

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