Html Css Color HEX #999440 Highball

📋 copy color: '#999440'

red 153 ◦ green 148 ◦ blue 64

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

Shades of Highball #999440

Tints of Highball #999440

RGB

 RED value IS 153 (60.16% from 255) = 41.92%

 GREEN value IS 148 (58.2% from 255) = 40.55%

 BLUE value IS 64 (25.39% from 255) = 17.53%

R = 41.92%
G = 40.55%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#999440 (or 0x999440) is known color: Highball. HEX triplet: 99, 94 and 40. RGB value is (153,148,64). Sum of RGB (Red+Green+Blue) = 153+148+64=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #999440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999440 is #666BBF. Grayscale: #8C8C8C. Windows color (decimal): -6712256 or 4232345. OLE color: 4232345.

HSL color Cylindrical-coordinate representation of color #999440: hue angle of 56.63º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #999440 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 148 64 -
CMYK 0 0.03 0.58 0.4
HSL 56.63º 0.41% 0.43% -
HSV(B) 56.63º 0.58% 0.6% -
XYZ 24.65 28.32 9.02 -
YUV 139.92 85.16 137.33 -
System Red Green Blue C M Y K H S L
Decimal 153 148 64 0 0.03 0.58 0.4 56.63 0.41 0.43
Hex 99 94 40 0 3 3A 28 39 29 2B
Octal 231 224 100 0 3 72 50 71 51 53
Binary 10011001 10010100 1000000 0 11 111010 101000 111001 101001 101011

Color Harmonies of #999440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999440

Black with #999440

Text Example


Text Example

White with #999440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999440; }

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

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

background-color css

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

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

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

border-color css

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

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

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