Html Css Color HEX #908C23 Lemon Ginger

📋 copy color: '#908C23'

red 144 ◦ green 140 ◦ blue 35

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

Shades of Lemon Ginger #908C23

Tints of Lemon Ginger #908C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.97%

R = 45.14%
G = 43.89%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#908C23 (or 0x908C23) is known color: Lemon Ginger. HEX triplet: 90, 8C and 23. RGB value is (144,140,35). Sum of RGB (Red+Green+Blue) = 144+140+35=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #908C23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908C23 is #6F73DC. Grayscale: #818181. Windows color (decimal): -7304157 or 2329744. OLE color: 2329744.

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

Color convert

RGB 144 140 35 -
CMYK 0 0.03 0.76 0.44
HSL 57.8º 0.61% 0.35% -
HSV(B) 57.8º 0.76% 0.56% -
XYZ 21.18 24.81 5.26 -
YUV 129.23 74.83 138.54 -
System Red Green Blue C M Y K H S L
Decimal 144 140 35 0 0.03 0.76 0.44 57.8 0.61 0.35
Hex 90 8C 23 0 3 4C 2C 3A 3D 23
Octal 220 214 43 0 3 114 54 72 75 43
Binary 10010000 10001100 100011 0 11 1001100 101100 111010 111101 100011

Color Harmonies of #908C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908C23

Black with #908C23

Text Example


Text Example

White with #908C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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