#95994B

Color #95994B Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #95994B

Tints of Highball #95994B

Color information

#95994B (or 0x95994B) is unknown color: approx Highball. HEX triplet: 95, 99 and 4B. RGB value is (149,153,75). Sum of RGB (Red+Green+Blue) = 149+153+75=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #95994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95994B is #6A66B4. Grayscale: #8F8F8F. Windows color (decimal): -6973109 or 4954517. OLE color: 4954517.

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

Color convert

RGB14915375-
CMYK0.0300.510.4
HSL63.08º34.21%44.71%-
HSV(B)63.08º50.98%60%-
XYZ25.0629.6811.06-
YUV142.9189.67132.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.52%
GREEN value IS 153 (60.16% from 255) = 40.58%
BLUE value IS 75 (29.69% from 255) = 19.89%
R=39.52%
G=40.58%
B=19.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149153750.0300.510.463.0834.2144.71
Hex95994B3033283f222d
Octal225231113306350774255
Binary10010101100110011001011110110011101000111111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95994B;
 }
 .AnyTagClassName
 {
   color: #95994B;
 }
</style>
background-color css

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

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

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

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

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

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