Html Css Color HEX #918333 Lemon Ginger

📋 copy color: '#918333'

red 145 ◦ green 131 ◦ blue 51

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

Shades of Lemon Ginger #918333

Tints of Lemon Ginger #918333

RGB

 RED value IS 145 (57.03% from 255) = 44.34%

 GREEN value IS 131 (51.56% from 255) = 40.06%

 BLUE value IS 51 (20.31% from 255) = 15.6%

R = 44.34%
G = 40.06%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#918333 (or 0x918333) is known color: Lemon Ginger. HEX triplet: 91, 83 and 33. RGB value is (145,131,51). Sum of RGB (Red+Green+Blue) = 145+131+51=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #918333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918333 is #6E7CCC. Grayscale: #7E7E7E. Windows color (decimal): -7240909 or 3376017. OLE color: 3376017.

HSL color Cylindrical-coordinate representation of color #918333: hue angle of 51.06º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #918333 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 131 51 -
CMYK 0 0.10 0.65 0.43
HSL 51.06º 0.48% 0.38% -
HSV(B) 51.06º 0.65% 0.57% -
XYZ 20.39 22.49 6.4 -
YUV 126.07 85.64 141.5 -
System Red Green Blue C M Y K H S L
Decimal 145 131 51 0 0.10 0.65 0.43 51.06 0.48 0.38
Hex 91 83 33 0 A 41 2B 33 30 26
Octal 221 203 63 0 12 101 53 63 60 46
Binary 10010001 10000011 110011 0 1010 1000001 101011 110011 110000 100110

Color Harmonies of #918333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918333

Black with #918333

Text Example


Text Example

White with #918333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918333; }

 p { color: rgb(145,131,51); }

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

background-color css

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

 a { background-color: rgb(145,131,51); }

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

border-color css

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

 span { border-color: rgb(145,131,51); }

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