Html Css Color HEX #95993E Highball

📋 copy color: '#95993E'

red 149 ◦ green 153 ◦ blue 62

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

Shades of Highball #95993E

Tints of Highball #95993E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.03%

R = 40.93%
G = 42.03%
B = 17.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#95993E (or 0x95993E) is known color: Highball. HEX triplet: 95, 99 and 3E. RGB value is (149,153,62). Sum of RGB (Red+Green+Blue) = 149+153+62=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #95993E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95993E is #6A66C1. Grayscale: #8D8D8D. Windows color (decimal): -6973122 or 4102549. OLE color: 4102549.

HSL color Cylindrical-coordinate representation of color #95993E: hue angle of 62.64º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95993E is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 153 62 -
CMYK 0.03 0 0.59 0.4
HSL 62.64º 0.42% 0.42% -
HSV(B) 62.64º 0.59% 0.6% -
XYZ 24.66 29.52 8.96 -
YUV 141.43 83.17 133.4 -
System Red Green Blue C M Y K H S L
Decimal 149 153 62 0.03 0 0.59 0.4 62.64 0.42 0.42
Hex 95 99 3E 3 0 3B 28 3F 2A 2A
Octal 225 231 76 3 0 73 50 77 52 52
Binary 10010101 10011001 111110 11 0 111011 101000 111111 101010 101010

Color Harmonies of #95993E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95993E

Black with #95993E

Text Example


Text Example

White with #95993E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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