Html Css Color HEX #959436 Highball

📋 copy color: '#959436'

red 149 ◦ green 148 ◦ blue 54

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

Shades of Highball #959436

Tints of Highball #959436

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.17%

 BLUE value IS 54 (21.48% from 255) = 15.38%

R = 42.45%
G = 42.17%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#959436 (or 0x959436) is known color: Highball. HEX triplet: 95, 94 and 36. RGB value is (149,148,54). Sum of RGB (Red+Green+Blue) = 149+148+54=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 54 (21.48% from 255 or 15.38% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #959436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959436 is #6A6BC9. Grayscale: #898989. Windows color (decimal): -6974410 or 3576981. OLE color: 3576981.

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

Color convert

RGB 149 148 54 -
CMYK 0 0.01 0.64 0.42
HSL 59.37º 0.47% 0.4% -
HSV(B) 59.37º 0.64% 0.58% -
XYZ 23.65 27.84 7.62 -
YUV 137.58 80.83 136.14 -
System Red Green Blue C M Y K H S L
Decimal 149 148 54 0 0.01 0.64 0.42 59.37 0.47 0.4
Hex 95 94 36 0 1 40 2A 3B 2F 28
Octal 225 224 66 0 1 100 52 73 57 50
Binary 10010101 10010100 110110 0 1 1000000 101010 111011 101111 101000

Color Harmonies of #959436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959436

Black with #959436

Text Example


Text Example

White with #959436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959436; }

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

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

background-color css

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

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

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

border-color css

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

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

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