Html Css Color HEX #959541 Highball

📋 copy color: '#959541'

red 149 ◦ green 149 ◦ blue 65

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

Shades of Highball #959541

Tints of Highball #959541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.91%

R = 41.05%
G = 41.05%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#959541 (or 0x959541) is known color: Highball. HEX triplet: 95, 95 and 41. RGB value is (149,149,65). Sum of RGB (Red+Green+Blue) = 149+149+65=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959541 is #6A6ABE. Grayscale: #8B8B8B. Windows color (decimal): -6974143 or 4298133. OLE color: 4298133.

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

Color convert

RGB 149 149 65 -
CMYK 0 0 0.56 0.42
HSL 60º 0.39% 0.42% -
HSV(B) 60º 0.56% 0.58% -
XYZ 24.1 28.27 9.19 -
YUV 139.42 86 134.83 -
System Red Green Blue C M Y K H S L
Decimal 149 149 65 0 0 0.56 0.42 60 0.39 0.42
Hex 95 95 41 0 0 38 2A 3C 27 2A
Octal 225 225 101 0 0 70 52 74 47 52
Binary 10010101 10010101 1000001 0 0 111000 101010 111100 100111 101010

Color Harmonies of #959541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959541

Black with #959541

Text Example


Text Example

White with #959541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959541; }

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

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

background-color css

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

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

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

border-color css

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

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

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