Html Css Color HEX #959254 Highball

📋 copy color: '#959254'

red 149 ◦ green 146 ◦ blue 84

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

Shades of Highball #959254

Tints of Highball #959254

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.52%

 BLUE value IS 84 (33.2% from 255) = 22.16%

R = 39.31%
G = 38.52%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#959254 (or 0x959254) is known color: Highball. HEX triplet: 95, 92 and 54. RGB value is (149,146,84). Sum of RGB (Red+Green+Blue) = 149+146+84=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #959254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959254 is #6A6DAB. Grayscale: #8C8C8C. Windows color (decimal): -6974892 or 5542549. OLE color: 5542549.

HSL color Cylindrical-coordinate representation of color #959254: hue angle of 57.23º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #959254 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 146 84 -
CMYK 0 0.02 0.44 0.42
HSL 57.23º 0.28% 0.46% -
HSV(B) 57.23º 0.44% 0.58% -
XYZ 24.27 27.59 12.43 -
YUV 139.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 149 146 84 0 0.02 0.44 0.42 57.23 0.28 0.46
Hex 95 92 54 0 2 2C 2A 39 1C 2E
Octal 225 222 124 0 2 54 52 71 34 56
Binary 10010101 10010010 1010100 0 10 101100 101010 111001 11100 101110

Color Harmonies of #959254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959254

Black with #959254

Text Example


Text Example

White with #959254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959254; }

 p { color: rgb(149,146,84); }

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

background-color css

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

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

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

border-color css

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

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

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