Html Css Color HEX #959B37 Highball

📋 copy color: '#959B37'

red 149 ◦ green 155 ◦ blue 55

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

Shades of Highball #959B37

Tints of Highball #959B37

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.18%

 BLUE value IS 55 (21.88% from 255) = 15.32%

R = 41.5%
G = 43.18%
B = 15.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.39

RGB Variations

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

Color information

#959B37 (or 0x959B37) is known color: Highball. HEX triplet: 95, 9B and 37. RGB value is (149,155,55). Sum of RGB (Red+Green+Blue) = 149+155+55=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #959B37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959B37 is #6A64C8. Grayscale: #8E8E8E. Windows color (decimal): -6972617 or 3644309. OLE color: 3644309.

HSL color Cylindrical-coordinate representation of color #959B37: hue angle of 63.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #959B37 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 155 55 -
CMYK 0.04 0 0.65 0.39
HSL 63.6º 0.48% 0.41% -
HSV(B) 63.6º 0.65% 0.61% -
XYZ 24.81 30.11 8.12 -
YUV 141.81 79.01 133.13 -
System Red Green Blue C M Y K H S L
Decimal 149 155 55 0.04 0 0.65 0.39 63.6 0.48 0.41
Hex 95 9B 37 4 0 41 27 40 30 29
Octal 225 233 67 4 0 101 47 100 60 51
Binary 10010101 10011011 110111 100 0 1000001 100111 1000000 110000 101001

Color Harmonies of #959B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959B37

Black with #959B37

Text Example


Text Example

White with #959B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,155,55); }

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

background-color css

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

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

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

border-color css

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

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

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