Html Css Color HEX #959939 Highball

📋 copy color: '#959939'

red 149 ◦ green 153 ◦ blue 57

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

Shades of Highball #959939

Tints of Highball #959939

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.62%

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

R = 41.5%
G = 42.62%
B = 15.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#959939 (or 0x959939) is known color: Highball. HEX triplet: 95, 99 and 39. RGB value is (149,153,57). Sum of RGB (Red+Green+Blue) = 149+153+57=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #959939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959939 is #6A66C6. Grayscale: #8D8D8D. Windows color (decimal): -6973127 or 3774869. OLE color: 3774869.

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

Color convert

RGB 149 153 57 -
CMYK 0.03 0 0.63 0.4
HSL 62.5º 0.46% 0.41% -
HSV(B) 62.5º 0.63% 0.6% -
XYZ 24.52 29.47 8.27 -
YUV 140.86 80.67 133.81 -
System Red Green Blue C M Y K H S L
Decimal 149 153 57 0.03 0 0.63 0.4 62.5 0.46 0.41
Hex 95 99 39 3 0 3F 28 3F 2E 29
Octal 225 231 71 3 0 77 50 77 56 51
Binary 10010101 10011001 111001 11 0 111111 101000 111111 101110 101001

Color Harmonies of #959939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959939

Black with #959939

Text Example


Text Example

White with #959939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959939; }

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

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

background-color css

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

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

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

border-color css

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

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

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