Html Css Color HEX #959242 Highball

📋 copy color: '#959242'

red 149 ◦ green 146 ◦ blue 66

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

Shades of Highball #959242

Tints of Highball #959242

RGB

 RED value IS 149 (58.59% from 255) = 41.27%

 GREEN value IS 146 (57.42% from 255) = 40.44%

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

R = 41.27%
G = 40.44%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#959242 (or 0x959242) is known color: Highball. HEX triplet: 95, 92 and 42. RGB value is (149,146,66). Sum of RGB (Red+Green+Blue) = 149+146+66=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #959242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959242 is #6A6DBD. Grayscale: #8A8A8A. Windows color (decimal): -6974910 or 4362901. OLE color: 4362901.

HSL color Cylindrical-coordinate representation of color #959242: hue angle of 57.83º 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 #959242 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 146 66 -
CMYK 0 0.02 0.56 0.42
HSL 57.83º 0.39% 0.42% -
HSV(B) 57.83º 0.56% 0.58% -
XYZ 23.66 27.34 9.18 -
YUV 137.78 87.49 136 -
System Red Green Blue C M Y K H S L
Decimal 149 146 66 0 0.02 0.56 0.42 57.83 0.39 0.42
Hex 95 92 42 0 2 38 2A 3A 27 2A
Octal 225 222 102 0 2 70 52 72 47 52
Binary 10010101 10010010 1000010 0 10 111000 101010 111010 100111 101010

Color Harmonies of #959242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959242

Black with #959242

Text Example


Text Example

White with #959242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959242; }

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

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

background-color css

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

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

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

border-color css

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

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

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