Html Css Color HEX #9A862F Lemon Ginger

📋 copy color: '#9A862F'

red 154 ◦ green 134 ◦ blue 47

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

Shades of Lemon Ginger #9A862F

Tints of Lemon Ginger #9A862F

RGB

 RED value IS 154 (60.55% from 255) = 45.97%

 GREEN value IS 134 (52.73% from 255) = 40%

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 45.97%
G = 40%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#9A862F (or 0x9A862F) is known color: Lemon Ginger. HEX triplet: 9A, 86 and 2F. RGB value is (154,134,47). Sum of RGB (Red+Green+Blue) = 154+134+47=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 154 - color contains mainly: red. Hex color #9A862F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A862F is #6579D0. Grayscale: #828282. Windows color (decimal): -6650321 or 3114650. OLE color: 3114650.

HSL color Cylindrical-coordinate representation of color #9A862F: hue angle of 48.79º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A862F is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 134 47 -
CMYK 0 0.13 0.69 0.40
HSL 48.79º 0.53% 0.39% -
HSV(B) 48.79º 0.69% 0.6% -
XYZ 22.36 24.13 6.17 -
YUV 130.06 81.13 145.07 -
System Red Green Blue C M Y K H S L
Decimal 154 134 47 0 0.13 0.69 0.40 48.79 0.53 0.39
Hex 9A 86 2F 0 D 45 28 31 35 27
Octal 232 206 57 0 15 105 50 61 65 47
Binary 10011010 10000110 101111 0 1101 1000101 101000 110001 110101 100111

Color Harmonies of #9A862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A862F

Black with #9A862F

Text Example


Text Example

White with #9A862F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,134,47); }

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

background-color css

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

 a { background-color: rgb(154,134,47); }

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

border-color css

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

 span { border-color: rgb(154,134,47); }

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