Html Css Color HEX #8A8228 Lemon Ginger

📋 copy color: '#8A8228'

red 138 ◦ green 130 ◦ blue 40

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

Shades of Lemon Ginger #8A8228

Tints of Lemon Ginger #8A8228

RGB

 RED value IS 138 (54.3% from 255) = 44.81%

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

 BLUE value IS 40 (16.02% from 255) = 12.99%

R = 44.81%
G = 42.21%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#8A8228 (or 0x8A8228) is known color: Lemon Ginger. HEX triplet: 8A, 82 and 28. RGB value is (138,130,40). Sum of RGB (Red+Green+Blue) = 138+130+40=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8228 is #757DD7. Grayscale: #7A7A7A. Windows color (decimal): -7699928 or 2654858. OLE color: 2654858.

HSL color Cylindrical-coordinate representation of color #8A8228: hue angle of 55.1º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A8228 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 130 40 -
CMYK 0 0.06 0.71 0.46
HSL 55.1º 0.55% 0.35% -
HSV(B) 55.1º 0.71% 0.54% -
XYZ 18.85 21.52 5.17 -
YUV 122.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 138 130 40 0 0.06 0.71 0.46 55.1 0.55 0.35
Hex 8A 82 28 0 6 47 2E 37 37 23
Octal 212 202 50 0 6 107 56 67 67 43
Binary 10001010 10000010 101000 0 110 1000111 101110 110111 110111 100011

Color Harmonies of #8A8228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8228

Black with #8A8228

Text Example


Text Example

White with #8A8228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A8228; }

 p { color: rgb(138,130,40); }

 H1.HeaderClassName
 {
   color: #8A8228;
 }
 .AnyTagClassName
 {
   color: #8A8228;
 }
</style>

background-color css

<style>
 a { background-color: #8A8228; }

 a { background-color: rgb(138,130,40); }

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

border-color css

<style>
 span { border-color: #8A8228; }

 span { border-color: rgb(138,130,40); }

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