Html Css Color HEX #95994C Highball

📋 copy color: '#95994C'

red 149 ◦ green 153 ◦ blue 76

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

Shades of Highball #95994C

Tints of Highball #95994C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.48%

 BLUE value IS 76 (30.08% from 255) = 20.11%

R = 39.42%
G = 40.48%
B = 20.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#95994C (or 0x95994C) is known color: Highball. HEX triplet: 95, 99 and 4C. RGB value is (149,153,76). Sum of RGB (Red+Green+Blue) = 149+153+76=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #95994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95994C is #6A66B3. Grayscale: #8F8F8F. Windows color (decimal): -6973108 or 5020053. OLE color: 5020053.

HSL color Cylindrical-coordinate representation of color #95994C: hue angle of 63.12º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95994C is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 153 76 -
CMYK 0.03 0 0.50 0.4
HSL 63.12º 0.34% 0.45% -
HSV(B) 63.12º 0.5% 0.6% -
XYZ 25.09 29.69 11.25 -
YUV 143.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 149 153 76 0.03 0 0.50 0.4 63.12 0.34 0.45
Hex 95 99 4C 3 0 32 28 3F 22 2D
Octal 225 231 114 3 0 62 50 77 42 55
Binary 10010101 10011001 1001100 11 0 110010 101000 111111 100010 101101

Color Harmonies of #95994C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95994C

Black with #95994C

Text Example


Text Example

White with #95994C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95994C; }

 p { color: rgb(149,153,76); }

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

background-color css

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

 a { background-color: rgb(149,153,76); }

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

border-color css

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

 span { border-color: rgb(149,153,76); }

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