Html Css Color HEX #958C34 Highball

📋 copy color: '#958C34'

red 149 ◦ green 140 ◦ blue 52

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

Shades of Highball #958C34

Tints of Highball #958C34

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.06%

 BLUE value IS 52 (20.7% from 255) = 15.25%

R = 43.7%
G = 41.06%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#958C34 (or 0x958C34) is known color: Highball. HEX triplet: 95, 8C and 34. RGB value is (149,140,52). Sum of RGB (Red+Green+Blue) = 149+140+52=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #958C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958C34 is #6A73CB. Grayscale: #858585. Windows color (decimal): -6976460 or 3443861. OLE color: 3443861.

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

Color convert

RGB 149 140 52 -
CMYK 0 0.06 0.65 0.42
HSL 54.43º 0.48% 0.39% -
HSV(B) 54.43º 0.65% 0.58% -
XYZ 22.39 25.39 6.97 -
YUV 132.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 149 140 52 0 0.06 0.65 0.42 54.43 0.48 0.39
Hex 95 8C 34 0 6 41 2A 36 30 27
Octal 225 214 64 0 6 101 52 66 60 47
Binary 10010101 10001100 110100 0 110 1000001 101010 110110 110000 100111

Color Harmonies of #958C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958C34

Black with #958C34

Text Example


Text Example

White with #958C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,140,52); }

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

background-color css

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

 a { background-color: rgb(149,140,52); }

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

border-color css

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

 span { border-color: rgb(149,140,52); }

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