Html Css Color HEX #949542 Highball

📋 copy color: '#949542'

red 148 ◦ green 149 ◦ blue 66

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

Shades of Highball #949542

Tints of Highball #949542

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.05%

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 40.77%
G = 41.05%
B = 18.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#949542 (or 0x949542) is known color: Highball. HEX triplet: 94, 95 and 42. RGB value is (148,149,66). Sum of RGB (Red+Green+Blue) = 148+149+66=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #949542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949542 is #6B6ABD. Grayscale: #8B8B8B. Windows color (decimal): -7039678 or 4363668. OLE color: 4363668.

HSL color Cylindrical-coordinate representation of color #949542: hue angle of 60.72º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #949542 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 149 66 -
CMYK 0.01 0 0.56 0.42
HSL 60.72º 0.39% 0.42% -
HSV(B) 60.72º 0.56% 0.58% -
XYZ 23.94 28.18 9.33 -
YUV 139.24 86.67 134.25 -
System Red Green Blue C M Y K H S L
Decimal 148 149 66 0.01 0 0.56 0.42 60.72 0.39 0.42
Hex 94 95 42 1 0 38 2A 3D 27 2A
Octal 224 225 102 1 0 70 52 75 47 52
Binary 10010100 10010101 1000010 1 0 111000 101010 111101 100111 101010

Color Harmonies of #949542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949542

Black with #949542

Text Example


Text Example

White with #949542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949542; }

 p { color: rgb(148,149,66); }

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

background-color css

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

 a { background-color: rgb(148,149,66); }

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

border-color css

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

 span { border-color: rgb(148,149,66); }

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