Html Css Color HEX #95993D Highball

📋 copy color: '#95993D'

red 149 ◦ green 153 ◦ blue 61

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

Shades of Highball #95993D

Tints of Highball #95993D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.8%

R = 41.05%
G = 42.15%
B = 16.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.4

RGB Variations

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

Color information

#95993D (or 0x95993D) is known color: Highball. HEX triplet: 95, 99 and 3D. RGB value is (149,153,61). Sum of RGB (Red+Green+Blue) = 149+153+61=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #95993D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95993D is #6A66C2. Grayscale: #8D8D8D. Windows color (decimal): -6973123 or 4037013. OLE color: 4037013.

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

Color convert

RGB 149 153 61 -
CMYK 0.03 0 0.60 0.4
HSL 62.61º 0.43% 0.42% -
HSV(B) 62.61º 0.6% 0.6% -
XYZ 24.63 29.51 8.81 -
YUV 141.32 82.67 133.48 -
System Red Green Blue C M Y K H S L
Decimal 149 153 61 0.03 0 0.60 0.4 62.61 0.43 0.42
Hex 95 99 3D 3 0 3C 28 3F 2B 2A
Octal 225 231 75 3 0 74 50 77 53 52
Binary 10010101 10011001 111101 11 0 111100 101000 111111 101011 101010

Color Harmonies of #95993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95993D

Black with #95993D

Text Example


Text Example

White with #95993D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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