Html Css Color HEX #95964E Highball

📋 copy color: '#95964E'

red 149 ◦ green 150 ◦ blue 78

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

Shades of Highball #95964E

Tints of Highball #95964E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.79%

 BLUE value IS 78 (30.86% from 255) = 20.69%

R = 39.52%
G = 39.79%
B = 20.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#95964E (or 0x95964E) is known color: Highball. HEX triplet: 95, 96 and 4E. RGB value is (149,150,78). Sum of RGB (Red+Green+Blue) = 149+150+78=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 150 - color contains mainly: green. Hex color #95964E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95964E is #6A69B1. Grayscale: #8D8D8D. Windows color (decimal): -6973874 or 5150357. OLE color: 5150357.

HSL color Cylindrical-coordinate representation of color #95964E: hue angle of 60.83º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #95964E is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 150 78 -
CMYK 0.01 0 0.48 0.41
HSL 60.83º 0.32% 0.45% -
HSV(B) 60.83º 0.48% 0.59% -
XYZ 24.68 28.75 11.46 -
YUV 141.49 92.17 133.35 -
System Red Green Blue C M Y K H S L
Decimal 149 150 78 0.01 0 0.48 0.41 60.83 0.32 0.45
Hex 95 96 4E 1 0 30 29 3D 20 2D
Octal 225 226 116 1 0 60 51 75 40 55
Binary 10010101 10010110 1001110 1 0 110000 101001 111101 100000 101101

Color Harmonies of #95964E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95964E

Black with #95964E

Text Example


Text Example

White with #95964E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95964E; }

 p { color: rgb(149,150,78); }

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

background-color css

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

 a { background-color: rgb(149,150,78); }

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

border-color css

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

 span { border-color: rgb(149,150,78); }

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