Html Css Color HEX #907F21 Lemon Ginger

📋 copy color: '#907F21'

red 144 ◦ green 127 ◦ blue 33

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

Shades of Lemon Ginger #907F21

Tints of Lemon Ginger #907F21

RGB

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

 GREEN value IS 127 (50% from 255) = 41.78%

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

R = 47.37%
G = 41.78%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#907F21 (or 0x907F21) is known color: Lemon Ginger. HEX triplet: 90, 7F and 21. RGB value is (144,127,33). Sum of RGB (Red+Green+Blue) = 144+127+33=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #907F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907F21 is #6F80DE. Grayscale: #797979. Windows color (decimal): -7307487 or 2195344. OLE color: 2195344.

HSL color Cylindrical-coordinate representation of color #907F21: hue angle of 50.81º 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 #907F21 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 127 33 -
CMYK 0 0.12 0.77 0.44
HSL 50.81º 0.63% 0.35% -
HSV(B) 50.81º 0.77% 0.56% -
XYZ 19.37 21.22 4.51 -
YUV 121.37 78.13 144.14 -
System Red Green Blue C M Y K H S L
Decimal 144 127 33 0 0.12 0.77 0.44 50.81 0.63 0.35
Hex 90 7F 21 0 C 4D 2C 33 3F 23
Octal 220 177 41 0 14 115 54 63 77 43
Binary 10010000 1111111 100001 0 1100 1001101 101100 110011 111111 100011

Color Harmonies of #907F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907F21

Black with #907F21

Text Example


Text Example

White with #907F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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