Html Css Color HEX #9B942B Lemon Ginger

📋 copy color: '#9B942B'

red 155 ◦ green 148 ◦ blue 43

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

Shades of Lemon Ginger #9B942B

Tints of Lemon Ginger #9B942B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.77%

 BLUE value IS 43 (17.19% from 255) = 12.43%

R = 44.8%
G = 42.77%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B942B (or 0x9B942B) is known color: Lemon Ginger. HEX triplet: 9B, 94 and 2B. RGB value is (155,148,43). Sum of RGB (Red+Green+Blue) = 155+148+43=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B942B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B942B is #646BD4. Grayscale: #8A8A8A. Windows color (decimal): -6581205 or 2856091. OLE color: 2856091.

HSL color Cylindrical-coordinate representation of color #9B942B: hue angle of 56.25º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B942B is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 148 43 -
CMYK 0 0.05 0.72 0.39
HSL 56.25º 0.57% 0.39% -
HSV(B) 56.25º 0.72% 0.61% -
XYZ 24.54 28.32 6.46 -
YUV 138.12 74.32 140.04 -
System Red Green Blue C M Y K H S L
Decimal 155 148 43 0 0.05 0.72 0.39 56.25 0.57 0.39
Hex 9B 94 2B 0 5 48 27 38 39 27
Octal 233 224 53 0 5 110 47 70 71 47
Binary 10011011 10010100 101011 0 101 1001000 100111 111000 111001 100111

Color Harmonies of #9B942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B942B

Black with #9B942B

Text Example


Text Example

White with #9B942B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,148,43); }

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

background-color css

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

 a { background-color: rgb(155,148,43); }

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

border-color css

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

 span { border-color: rgb(155,148,43); }

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