Html Css Color HEX #95821A Lemon Ginger

📋 copy color: '#95821A'

red 149 ◦ green 130 ◦ blue 26

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

Shades of Lemon Ginger #95821A

Tints of Lemon Ginger #95821A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.62%

 BLUE value IS 26 (10.55% from 255) = 8.52%

R = 48.85%
G = 42.62%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#95821A (or 0x95821A) is known color: Lemon Ginger. HEX triplet: 95, 82 and 1A. RGB value is (149,130,26). Sum of RGB (Red+Green+Blue) = 149+130+26=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #95821A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95821A is #6A7DE5. Grayscale: #7C7C7C. Windows color (decimal): -6979046 or 1737365. OLE color: 1737365.

HSL color Cylindrical-coordinate representation of color #95821A: hue angle of 50.73º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95821A is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 130 26 -
CMYK 0 0.13 0.83 0.42
HSL 50.73º 0.7% 0.34% -
HSV(B) 50.73º 0.83% 0.58% -
XYZ 20.56 22.43 4.22 -
YUV 123.83 72.79 145.96 -
System Red Green Blue C M Y K H S L
Decimal 149 130 26 0 0.13 0.83 0.42 50.73 0.7 0.34
Hex 95 82 1A 0 D 53 2A 33 46 22
Octal 225 202 32 0 15 123 52 63 106 42
Binary 10010101 10000010 11010 0 1101 1010011 101010 110011 1000110 100010

Color Harmonies of #95821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95821A

Black with #95821A

Text Example


Text Example

White with #95821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95821A; }

 p { color: rgb(149,130,26); }

 H1.HeaderClassName
 {
   color: #95821A;
 }
 .AnyTagClassName
 {
   color: #95821A;
 }
</style>

background-color css

<style>
 a { background-color: #95821A; }

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

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

border-color css

<style>
 span { border-color: #95821A; }

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

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