Html Css Color HEX #959539 Highball

📋 copy color: '#959539'

red 149 ◦ green 149 ◦ blue 57

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

Shades of Highball #959539

Tints of Highball #959539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.06%

R = 41.97%
G = 41.97%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#959539 (or 0x959539) is known color: Highball. HEX triplet: 95, 95 and 39. RGB value is (149,149,57). Sum of RGB (Red+Green+Blue) = 149+149+57=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 57 (22.66% from 255 or 16.06% from 355); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959539 is #6A6AC6. Grayscale: #8A8A8A. Windows color (decimal): -6974151 or 3773845. OLE color: 3773845.

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

Color convert

RGB 149 149 57 -
CMYK 0 0 0.62 0.42
HSL 60º 0.45% 0.4% -
HSV(B) 60º 0.62% 0.58% -
XYZ 23.88 28.18 8.05 -
YUV 138.51 82 135.48 -
System Red Green Blue C M Y K H S L
Decimal 149 149 57 0 0 0.62 0.42 60 0.45 0.4
Hex 95 95 39 0 0 3E 2A 3C 2D 28
Octal 225 225 71 0 0 76 52 74 55 50
Binary 10010101 10010101 111001 0 0 111110 101010 111100 101101 101000

Color Harmonies of #959539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959539

Black with #959539

Text Example


Text Example

White with #959539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959539; }

 p { color: rgb(149,149,57); }

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

background-color css

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

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

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

border-color css

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

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

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