Html Css Color HEX #908230 Lemon Ginger

📋 copy color: '#908230'

red 144 ◦ green 130 ◦ blue 48

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

Shades of Lemon Ginger #908230

Tints of Lemon Ginger #908230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.91%

R = 44.72%
G = 40.37%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#908230 (or 0x908230) is known color: Lemon Ginger. HEX triplet: 90, 82 and 30. RGB value is (144,130,48). Sum of RGB (Red+Green+Blue) = 144+130+48=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #908230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908230 is #6F7DCF. Grayscale: #7D7D7D. Windows color (decimal): -7306704 or 3179152. OLE color: 3179152.

HSL color Cylindrical-coordinate representation of color #908230: hue angle of 51.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #908230 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 130 48 -
CMYK 0 0.10 0.67 0.44
HSL 51.25º 0.5% 0.38% -
HSV(B) 51.25º 0.67% 0.56% -
XYZ 20.02 22.11 6.01 -
YUV 124.84 84.64 141.67 -
System Red Green Blue C M Y K H S L
Decimal 144 130 48 0 0.10 0.67 0.44 51.25 0.5 0.38
Hex 90 82 30 0 A 43 2C 33 32 26
Octal 220 202 60 0 12 103 54 63 62 46
Binary 10010000 10000010 110000 0 1010 1000011 101100 110011 110010 100110

Color Harmonies of #908230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908230

Black with #908230

Text Example


Text Example

White with #908230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908230; }

 p { color: rgb(144,130,48); }

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

background-color css

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

 a { background-color: rgb(144,130,48); }

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

border-color css

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

 span { border-color: rgb(144,130,48); }

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