Html Css Color HEX #959538 Highball

📋 copy color: '#959538'

red 149 ◦ green 149 ◦ blue 56

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

Shades of Highball #959538

Tints of Highball #959538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.82%

R = 42.09%
G = 42.09%
B = 15.82%

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

#959538 (or 0x959538) is known color: Highball. HEX triplet: 95, 95 and 38. RGB value is (149,149,56). Sum of RGB (Red+Green+Blue) = 149+149+56=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959538 is #6A6AC7. Grayscale: #8A8A8A. Windows color (decimal): -6974152 or 3708309. OLE color: 3708309.

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

Color convert

RGB 149 149 56 -
CMYK 0 0 0.62 0.42
HSL 60º 0.45% 0.4% -
HSV(B) 60º 0.62% 0.58% -
XYZ 23.86 28.17 7.92 -
YUV 138.4 81.5 135.56 -
System Red Green Blue C M Y K H S L
Decimal 149 149 56 0 0 0.62 0.42 60 0.45 0.4
Hex 95 95 38 0 0 3E 2A 3C 2D 28
Octal 225 225 70 0 0 76 52 74 55 50
Binary 10010101 10010101 111000 0 0 111110 101010 111100 101101 101000

Color Harmonies of #959538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959538

Black with #959538

Text Example


Text Example

White with #959538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959538; }

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

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

background-color css

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

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

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

border-color css

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

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

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