Html Css Color HEX #958C3B Highball

📋 copy color: '#958C3B'

red 149 ◦ green 140 ◦ blue 59

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

Shades of Highball #958C3B

Tints of Highball #958C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.95%

R = 42.82%
G = 40.23%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#958C3B (or 0x958C3B) is known color: Highball. HEX triplet: 95, 8C and 3B. RGB value is (149,140,59). Sum of RGB (Red+Green+Blue) = 149+140+59=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #958C3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958C3B is #6A73C4. Grayscale: #858585. Windows color (decimal): -6976453 or 3902613. OLE color: 3902613.

HSL color Cylindrical-coordinate representation of color #958C3B: hue angle of 54º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #958C3B is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 140 59 -
CMYK 0 0.06 0.60 0.42
HSL 54º 0.43% 0.41% -
HSV(B) 54º 0.6% 0.58% -
XYZ 22.56 25.46 7.86 -
YUV 133.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 149 140 59 0 0.06 0.60 0.42 54 0.43 0.41
Hex 95 8C 3B 0 6 3C 2A 36 2B 29
Octal 225 214 73 0 6 74 52 66 53 51
Binary 10010101 10001100 111011 0 110 111100 101010 110110 101011 101001

Color Harmonies of #958C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958C3B

Black with #958C3B

Text Example


Text Example

White with #958C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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