Html Css Color HEX #969949 Highball

📋 copy color: '#969949'

red 150 ◦ green 153 ◦ blue 73

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

Shades of Highball #969949

Tints of Highball #969949

RGB

 RED value IS 150 (58.98% from 255) = 39.89%

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

 BLUE value IS 73 (28.91% from 255) = 19.41%

R = 39.89%
G = 40.69%
B = 19.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#969949 (or 0x969949) is known color: Highball. HEX triplet: 96, 99 and 49. RGB value is (150,153,73). Sum of RGB (Red+Green+Blue) = 150+153+73=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #969949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969949 is #6966B6. Grayscale: #8F8F8F. Windows color (decimal): -6907575 or 4823446. OLE color: 4823446.

HSL color Cylindrical-coordinate representation of color #969949: hue angle of 62.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #969949 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 73 -
CMYK 0.02 0 0.52 0.4
HSL 62.25º 0.35% 0.44% -
HSV(B) 62.25º 0.52% 0.6% -
XYZ 25.17 29.75 10.72 -
YUV 142.98 88.51 133 -
System Red Green Blue C M Y K H S L
Decimal 150 153 73 0.02 0 0.52 0.4 62.25 0.35 0.44
Hex 96 99 49 2 0 34 28 3E 23 2C
Octal 226 231 111 2 0 64 50 76 43 54
Binary 10010110 10011001 1001001 10 0 110100 101000 111110 100011 101100

Color Harmonies of #969949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969949

Black with #969949

Text Example


Text Example

White with #969949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969949; }

 p { color: rgb(150,153,73); }

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

background-color css

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

 a { background-color: rgb(150,153,73); }

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

border-color css

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

 span { border-color: rgb(150,153,73); }

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