Html Css Color HEX #959237 Highball

📋 copy color: '#959237'

red 149 ◦ green 146 ◦ blue 55

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

Shades of Highball #959237

Tints of Highball #959237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.71%

R = 42.57%
G = 41.71%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#959237 (or 0x959237) is known color: Highball. HEX triplet: 95, 92 and 37. RGB value is (149,146,55). Sum of RGB (Red+Green+Blue) = 149+146+55=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #959237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959237 is #6A6DC8. Grayscale: #888888. Windows color (decimal): -6974921 or 3642005. OLE color: 3642005.

HSL color Cylindrical-coordinate representation of color #959237: hue angle of 58.09º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #959237 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 146 55 -
CMYK 0 0.02 0.63 0.42
HSL 58.09º 0.46% 0.4% -
HSV(B) 58.09º 0.63% 0.58% -
XYZ 23.36 27.22 7.64 -
YUV 136.52 81.99 136.9 -
System Red Green Blue C M Y K H S L
Decimal 149 146 55 0 0.02 0.63 0.42 58.09 0.46 0.4
Hex 95 92 37 0 2 3F 2A 3A 2E 28
Octal 225 222 67 0 2 77 52 72 56 50
Binary 10010101 10010010 110111 0 10 111111 101010 111010 101110 101000

Color Harmonies of #959237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959237

Black with #959237

Text Example


Text Example

White with #959237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959237; }

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

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

background-color css

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

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

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

border-color css

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

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

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