Html Css Color HEX #94993B Highball

📋 copy color: '#94993B'

red 148 ◦ green 153 ◦ blue 59

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

Shades of Highball #94993B

Tints of Highball #94993B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.5%

 BLUE value IS 59 (23.44% from 255) = 16.39%

R = 41.11%
G = 42.5%
B = 16.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#94993B (or 0x94993B) is known color: Highball. HEX triplet: 94, 99 and 3B. RGB value is (148,153,59). Sum of RGB (Red+Green+Blue) = 148+153+59=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #94993B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94993B is #6B66C4. Grayscale: #8D8D8D. Windows color (decimal): -7038661 or 3905940. OLE color: 3905940.

HSL color Cylindrical-coordinate representation of color #94993B: hue angle of 63.19º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94993B is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 148 153 59 -
CMYK 0.03 0 0.61 0.4
HSL 63.19º 0.44% 0.42% -
HSV(B) 63.19º 0.61% 0.6% -
XYZ 24.39 29.39 8.53 -
YUV 140.79 81.84 133.14 -
System Red Green Blue C M Y K H S L
Decimal 148 153 59 0.03 0 0.61 0.4 63.19 0.44 0.42
Hex 94 99 3B 3 0 3D 28 3F 2C 2A
Octal 224 231 73 3 0 75 50 77 54 52
Binary 10010100 10011001 111011 11 0 111101 101000 111111 101100 101010

Color Harmonies of #94993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94993B

Black with #94993B

Text Example


Text Example

White with #94993B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94993B; }

 p { color: rgb(148,153,59); }

 H1.HeaderClassName
 {
   color: #94993B;
 }
 .AnyTagClassName
 {
   color: #94993B;
 }
</style>

background-color css

<style>
 a { background-color: #94993B; }

 a { background-color: rgb(148,153,59); }

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

border-color css

<style>
 span { border-color: #94993B; }

 span { border-color: rgb(148,153,59); }

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