Html Css Color HEX #908514 Lemon Ginger

📋 copy color: '#908514'

red 144 ◦ green 133 ◦ blue 20

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

Shades of Lemon Ginger #908514

Tints of Lemon Ginger #908514

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.78%

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 48.48%
G = 44.78%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#908514 (or 0x908514) is known color: Lemon Ginger. HEX triplet: 90, 85 and 14. RGB value is (144,133,20). Sum of RGB (Red+Green+Blue) = 144+133+20=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #908514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908514 is #6F7AEB. Grayscale: #7B7B7B. Windows color (decimal): -7305964 or 1344912. OLE color: 1344912.

HSL color Cylindrical-coordinate representation of color #908514: hue angle of 54.68º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #908514 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 133 20 -
CMYK 0 0.08 0.86 0.44
HSL 54.68º 0.76% 0.32% -
HSV(B) 54.68º 0.86% 0.56% -
XYZ 20.02 22.75 4 -
YUV 123.41 69.64 142.69 -
System Red Green Blue C M Y K H S L
Decimal 144 133 20 0 0.08 0.86 0.44 54.68 0.76 0.32
Hex 90 85 14 0 8 56 2C 37 4C 20
Octal 220 205 24 0 10 126 54 67 114 40
Binary 10010000 10000101 10100 0 1000 1010110 101100 110111 1001100 100000

Color Harmonies of #908514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908514

Black with #908514

Text Example


Text Example

White with #908514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908514; }

 p { color: rgb(144,133,20); }

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

background-color css

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

 a { background-color: rgb(144,133,20); }

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

border-color css

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

 span { border-color: rgb(144,133,20); }

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