Html Css Color HEX #908C21 Lemon Ginger

📋 copy color: '#908C21'

red 144 ◦ green 140 ◦ blue 33

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

Shades of Lemon Ginger #908C21

Tints of Lemon Ginger #908C21

RGB

 RED value IS 144 (56.64% from 255) = 45.43%

 GREEN value IS 140 (55.08% from 255) = 44.16%

 BLUE value IS 33 (13.28% from 255) = 10.41%

R = 45.43%
G = 44.16%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#908C21 (or 0x908C21) is known color: Lemon Ginger. HEX triplet: 90, 8C and 21. RGB value is (144,140,33). Sum of RGB (Red+Green+Blue) = 144+140+33=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #908C21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908C21 is #6F73DE. Grayscale: #818181. Windows color (decimal): -7304159 or 2198672. OLE color: 2198672.

HSL color Cylindrical-coordinate representation of color #908C21: hue angle of 57.84º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #908C21 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 140 33 -
CMYK 0 0.03 0.77 0.44
HSL 57.84º 0.63% 0.35% -
HSV(B) 57.84º 0.77% 0.56% -
XYZ 21.15 24.8 5.11 -
YUV 129 73.83 138.7 -
System Red Green Blue C M Y K H S L
Decimal 144 140 33 0 0.03 0.77 0.44 57.84 0.63 0.35
Hex 90 8C 21 0 3 4D 2C 3A 3F 23
Octal 220 214 41 0 3 115 54 72 77 43
Binary 10010000 10001100 100001 0 11 1001101 101100 111010 111111 100011

Color Harmonies of #908C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908C21

Black with #908C21

Text Example


Text Example

White with #908C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908C21; }

 p { color: rgb(144,140,33); }

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

background-color css

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

 a { background-color: rgb(144,140,33); }

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

border-color css

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

 span { border-color: rgb(144,140,33); }

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