Html Css Color HEX #959A39 Highball

📋 copy color: '#959A39'

red 149 ◦ green 154 ◦ blue 57

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

Shades of Highball #959A39

Tints of Highball #959A39

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.78%

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

R = 41.39%
G = 42.78%
B = 15.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#959A39 (or 0x959A39) is known color: Highball. HEX triplet: 95, 9A and 39. RGB value is (149,154,57). Sum of RGB (Red+Green+Blue) = 149+154+57=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 154 - color contains mainly: green. Hex color #959A39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959A39 is #6A65C6. Grayscale: #8D8D8D. Windows color (decimal): -6972871 or 3775125. OLE color: 3775125.

HSL color Cylindrical-coordinate representation of color #959A39: hue angle of 63.09º 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 #959A39 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 154 57 -
CMYK 0.03 0 0.63 0.40
HSL 63.09º 0.46% 0.41% -
HSV(B) 63.09º 0.63% 0.6% -
XYZ 24.69 29.8 8.32 -
YUV 141.45 80.34 133.39 -
System Red Green Blue C M Y K H S L
Decimal 149 154 57 0.03 0 0.63 0.40 63.09 0.46 0.41
Hex 95 9A 39 3 0 3F 28 3F 2E 29
Octal 225 232 71 3 0 77 50 77 56 51
Binary 10010101 10011010 111001 11 0 111111 101000 111111 101110 101001

Color Harmonies of #959A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959A39

Black with #959A39

Text Example


Text Example

White with #959A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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