Html Css Color HEX #9B901F Lemon Ginger

📋 copy color: '#9B901F'

red 155 ◦ green 144 ◦ blue 31

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

Shades of Lemon Ginger #9B901F

Tints of Lemon Ginger #9B901F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.39%

R = 46.97%
G = 43.64%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B901F (or 0x9B901F) is known color: Lemon Ginger. HEX triplet: 9B, 90 and 1F. RGB value is (155,144,31). Sum of RGB (Red+Green+Blue) = 155+144+31=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B901F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B901F is #646FE0. Grayscale: #868686. Windows color (decimal): -6582241 or 2068635. OLE color: 2068635.

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

Color convert

RGB 155 144 31 -
CMYK 0 0.07 0.8 0.39
HSL 54.68º 0.67% 0.36% -
HSV(B) 54.68º 0.8% 0.61% -
XYZ 23.74 27.01 5.26 -
YUV 134.41 69.64 142.69 -
System Red Green Blue C M Y K H S L
Decimal 155 144 31 0 0.07 0.8 0.39 54.68 0.67 0.36
Hex 9B 90 1F 0 7 50 27 37 43 24
Octal 233 220 37 0 7 120 47 67 103 44
Binary 10011011 10010000 11111 0 111 1010000 100111 110111 1000011 100100

Color Harmonies of #9B901F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B901F

Black with #9B901F

Text Example


Text Example

White with #9B901F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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