Html Css Color HEX #95924C Highball

📋 copy color: '#95924C'

red 149 ◦ green 146 ◦ blue 76

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

Shades of Highball #95924C

Tints of Highball #95924C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.35%

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

R = 40.16%
G = 39.35%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95924C (or 0x95924C) is known color: Highball. HEX triplet: 95, 92 and 4C. RGB value is (149,146,76). Sum of RGB (Red+Green+Blue) = 149+146+76=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #95924C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95924C is #6A6DB3. Grayscale: #8B8B8B. Windows color (decimal): -6974900 or 5018261. OLE color: 5018261.

HSL color Cylindrical-coordinate representation of color #95924C: hue angle of 57.53º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #95924C is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 146 76 -
CMYK 0 0.02 0.49 0.42
HSL 57.53º 0.32% 0.44% -
HSV(B) 57.53º 0.49% 0.58% -
XYZ 23.98 27.47 10.88 -
YUV 138.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 149 146 76 0 0.02 0.49 0.42 57.53 0.32 0.44
Hex 95 92 4C 0 2 31 2A 3A 20 2C
Octal 225 222 114 0 2 61 52 72 40 54
Binary 10010101 10010010 1001100 0 10 110001 101010 111010 100000 101100

Color Harmonies of #95924C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95924C

Black with #95924C

Text Example


Text Example

White with #95924C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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