Html Css Color HEX #999228 Lemon Ginger

📋 copy color: '#999228'

red 153 ◦ green 146 ◦ blue 40

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

Shades of Lemon Ginger #999228

Tints of Lemon Ginger #999228

RGB

 RED value IS 153 (60.16% from 255) = 45.13%

 GREEN value IS 146 (57.42% from 255) = 43.07%

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

R = 45.13%
G = 43.07%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#999228 (or 0x999228) is known color: Lemon Ginger. HEX triplet: 99, 92 and 28. RGB value is (153,146,40). Sum of RGB (Red+Green+Blue) = 153+146+40=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #999228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999228 is #666DD7. Grayscale: #888888. Windows color (decimal): -6712792 or 2658969. OLE color: 2658969.

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

Color convert

RGB 153 146 40 -
CMYK 0 0.05 0.74 0.4
HSL 56.28º 0.59% 0.38% -
HSV(B) 56.28º 0.74% 0.6% -
XYZ 23.8 27.48 6.06 -
YUV 136.01 73.82 140.12 -
System Red Green Blue C M Y K H S L
Decimal 153 146 40 0 0.05 0.74 0.4 56.28 0.59 0.38
Hex 99 92 28 0 5 4A 28 38 3B 26
Octal 231 222 50 0 5 112 50 70 73 46
Binary 10011001 10010010 101000 0 101 1001010 101000 111000 111011 100110

Color Harmonies of #999228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999228

Black with #999228

Text Example


Text Example

White with #999228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999228; }

 p { color: rgb(153,146,40); }

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

background-color css

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

 a { background-color: rgb(153,146,40); }

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

border-color css

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

 span { border-color: rgb(153,146,40); }

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