Html Css Color HEX #9B901E Lemon Ginger

📋 copy color: '#9B901E'

red 155 ◦ green 144 ◦ blue 30

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

Shades of Lemon Ginger #9B901E

Tints of Lemon Ginger #9B901E

RGB

 RED value IS 155 (60.94% from 255) = 47.11%

 GREEN value IS 144 (56.64% from 255) = 43.77%

 BLUE value IS 30 (12.11% from 255) = 9.12%

R = 47.11%
G = 43.77%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9B901E (or 0x9B901E) is known color: Lemon Ginger. HEX triplet: 9B, 90 and 1E. RGB value is (155,144,30). Sum of RGB (Red+Green+Blue) = 155+144+30=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B901E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B901E is #646FE1. Grayscale: #868686. Windows color (decimal): -6582242 or 2003099. OLE color: 2003099.

HSL color Cylindrical-coordinate representation of color #9B901E: hue angle of 54.72º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B901E is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 144 30 -
CMYK 0 0.07 0.81 0.39
HSL 54.72º 0.68% 0.36% -
HSV(B) 54.72º 0.81% 0.61% -
XYZ 23.73 27.01 5.19 -
YUV 134.29 69.14 142.77 -
System Red Green Blue C M Y K H S L
Decimal 155 144 30 0 0.07 0.81 0.39 54.72 0.68 0.36
Hex 9B 90 1E 0 7 51 27 37 44 24
Octal 233 220 36 0 7 121 47 67 104 44
Binary 10011011 10010000 11110 0 111 1010001 100111 110111 1000100 100100

Color Harmonies of #9B901E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B901E

Black with #9B901E

Text Example


Text Example

White with #9B901E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B901E; }

 p { color: rgb(155,144,30); }

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

background-color css

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

 a { background-color: rgb(155,144,30); }

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

border-color css

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

 span { border-color: rgb(155,144,30); }

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