Html Css Color HEX #9C852B Lemon Ginger

📋 copy color: '#9C852B'

red 156 ◦ green 133 ◦ blue 43

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

Shades of Lemon Ginger #9C852B

Tints of Lemon Ginger #9C852B

RGB

 RED value IS 156 (61.33% from 255) = 46.99%

 GREEN value IS 133 (52.34% from 255) = 40.06%

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

R = 46.99%
G = 40.06%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9C852B (or 0x9C852B) is known color: Lemon Ginger. HEX triplet: 9C, 85 and 2B. RGB value is (156,133,43). Sum of RGB (Red+Green+Blue) = 156+133+43=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C852B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C852B is #637AD4. Grayscale: #828282. Windows color (decimal): -6519509 or 2852252. OLE color: 2852252.

HSL color Cylindrical-coordinate representation of color #9C852B: hue angle of 47.79º 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 #9C852B is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 133 43 -
CMYK 0 0.15 0.72 0.39
HSL 47.79º 0.57% 0.39% -
HSV(B) 47.79º 0.72% 0.61% -
XYZ 22.53 24.02 5.73 -
YUV 129.62 79.12 146.82 -
System Red Green Blue C M Y K H S L
Decimal 156 133 43 0 0.15 0.72 0.39 47.79 0.57 0.39
Hex 9C 85 2B 0 F 48 27 30 39 27
Octal 234 205 53 0 17 110 47 60 71 47
Binary 10011100 10000101 101011 0 1111 1001000 100111 110000 111001 100111

Color Harmonies of #9C852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C852B

Black with #9C852B

Text Example


Text Example

White with #9C852B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,133,43); }

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

background-color css

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

 a { background-color: rgb(156,133,43); }

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

border-color css

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

 span { border-color: rgb(156,133,43); }

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