Html Css Color HEX #959841 Highball

📋 copy color: '#959841'

red 149 ◦ green 152 ◦ blue 65

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

Shades of Highball #959841

Tints of Highball #959841

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.53%

 BLUE value IS 65 (25.78% from 255) = 17.76%

R = 40.71%
G = 41.53%
B = 17.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#959841 (or 0x959841) is known color: Highball. HEX triplet: 95, 98 and 41. RGB value is (149,152,65). Sum of RGB (Red+Green+Blue) = 149+152+65=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #959841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959841 is #6A67BE. Grayscale: #8D8D8D. Windows color (decimal): -6973375 or 4298901. OLE color: 4298901.

HSL color Cylindrical-coordinate representation of color #959841: hue angle of 62.07º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #959841 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 152 65 -
CMYK 0.02 0 0.57 0.40
HSL 62.07º 0.4% 0.43% -
HSV(B) 62.07º 0.57% 0.6% -
XYZ 24.58 29.23 9.35 -
YUV 141.19 85.01 133.57 -
System Red Green Blue C M Y K H S L
Decimal 149 152 65 0.02 0 0.57 0.40 62.07 0.4 0.43
Hex 95 98 41 2 0 39 28 3E 28 2B
Octal 225 230 101 2 0 71 50 76 50 53
Binary 10010101 10011000 1000001 10 0 111001 101000 111110 101000 101011

Color Harmonies of #959841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959841

Black with #959841

Text Example


Text Example

White with #959841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959841; }

 p { color: rgb(149,152,65); }

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

background-color css

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

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

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

border-color css

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

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

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