Html Css Color HEX #95881E Lemon Ginger

📋 copy color: '#95881E'

red 149 ◦ green 136 ◦ blue 30

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

Shades of Lemon Ginger #95881E

Tints of Lemon Ginger #95881E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.17%

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 47.3%
G = 43.17%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#95881E (or 0x95881E) is known color: Lemon Ginger. HEX triplet: 95, 88 and 1E. RGB value is (149,136,30). Sum of RGB (Red+Green+Blue) = 149+136+30=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #95881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95881E is #6A77E1. Grayscale: #808080. Windows color (decimal): -6977506 or 2001045. OLE color: 2001045.

HSL color Cylindrical-coordinate representation of color #95881E: hue angle of 53.45º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95881E is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 136 30 -
CMYK 0 0.09 0.80 0.42
HSL 53.45º 0.66% 0.35% -
HSV(B) 53.45º 0.8% 0.58% -
XYZ 21.43 24.09 4.75 -
YUV 127.8 72.81 143.12 -
System Red Green Blue C M Y K H S L
Decimal 149 136 30 0 0.09 0.80 0.42 53.45 0.66 0.35
Hex 95 88 1E 0 9 50 2A 35 42 23
Octal 225 210 36 0 11 120 52 65 102 43
Binary 10010101 10001000 11110 0 1001 1010000 101010 110101 1000010 100011

Color Harmonies of #95881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95881E

Black with #95881E

Text Example


Text Example

White with #95881E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,136,30); }

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

background-color css

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

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

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

border-color css

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

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

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