Html Css Color HEX #95954F Highball

📋 copy color: '#95954F'

red 149 ◦ green 149 ◦ blue 79

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

Shades of Highball #95954F

Tints of Highball #95954F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.95%

R = 39.52%
G = 39.52%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#95954F (or 0x95954F) is known color: Highball. HEX triplet: 95, 95 and 4F. RGB value is (149,149,79). Sum of RGB (Red+Green+Blue) = 149+149+79=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 149 - color contains mainly: red, green. Hex color #95954F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95954F is #6A6AB0. Grayscale: #8D8D8D. Windows color (decimal): -6974129 or 5215637. OLE color: 5215637.

HSL color Cylindrical-coordinate representation of color #95954F: hue angle of 60º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95954F is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 149 79 -
CMYK 0 0 0.47 0.42
HSL 60º 0.31% 0.45% -
HSV(B) 60º 0.47% 0.58% -
XYZ 24.55 28.45 11.59 -
YUV 141.02 93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 149 149 79 0 0 0.47 0.42 60 0.31 0.45
Hex 95 95 4F 0 0 2F 2A 3C 1F 2D
Octal 225 225 117 0 0 57 52 74 37 55
Binary 10010101 10010101 1001111 0 0 101111 101010 111100 11111 101101

Color Harmonies of #95954F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95954F

Black with #95954F

Text Example


Text Example

White with #95954F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95954F; }

 p { color: rgb(149,149,79); }

 H1.HeaderClassName
 {
   color: #95954F;
 }
 .AnyTagClassName
 {
   color: #95954F;
 }
</style>

background-color css

<style>
 a { background-color: #95954F; }

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

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

border-color css

<style>
 span { border-color: #95954F; }

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

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