Html Css Color HEX #958A35 Highball

📋 copy color: '#958A35'

red 149 ◦ green 138 ◦ blue 53

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

Shades of Highball #958A35

Tints of Highball #958A35

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.59%

 BLUE value IS 53 (21.09% from 255) = 15.59%

R = 43.82%
G = 40.59%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#958A35 (or 0x958A35) is known color: Highball. HEX triplet: 95, 8A and 35. RGB value is (149,138,53). Sum of RGB (Red+Green+Blue) = 149+138+53=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 53 (21.09% from 255 or 15.59% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #958A35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958A35 is #6A75CA. Grayscale: #838383. Windows color (decimal): -6976971 or 3508885. OLE color: 3508885.

HSL color Cylindrical-coordinate representation of color #958A35: hue angle of 53.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #958A35 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 138 53 -
CMYK 0 0.07 0.64 0.42
HSL 53.13º 0.48% 0.4% -
HSV(B) 53.13º 0.64% 0.58% -
XYZ 22.13 24.82 6.99 -
YUV 131.6 83.64 140.41 -
System Red Green Blue C M Y K H S L
Decimal 149 138 53 0 0.07 0.64 0.42 53.13 0.48 0.4
Hex 95 8A 35 0 7 40 2A 35 30 28
Octal 225 212 65 0 7 100 52 65 60 50
Binary 10010101 10001010 110101 0 111 1000000 101010 110101 110000 101000

Color Harmonies of #958A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A35

Black with #958A35

Text Example


Text Example

White with #958A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958A35; }

 p { color: rgb(149,138,53); }

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

background-color css

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

 a { background-color: rgb(149,138,53); }

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

border-color css

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

 span { border-color: rgb(149,138,53); }

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