#8B9513

Color #8B9513 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #8B9513

Tints of Citron #8B9513

Color information

#8B9513 (or 0x8B9513) is unknown color: approx Citron. HEX triplet: 8B, 95 and 13. RGB value is (139,149,19). Sum of RGB (Red+Green+Blue) = 139+149+19=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B9513 is #746AEC. Grayscale: #838383. Windows color (decimal): -7629549 or 1283467. OLE color: 1283467.

HSL color Cylindrical-coordinate representation of color #8B9513: hue angle of 64.62º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B9513 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB13914919-
CMYK0.0700.870.42
HSL64.62º77.38%32.94%-
HSV(B)64.62º87.25%58.43%-
XYZ21.5127.034.7-
YUV131.1964.69133.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.28%
GREEN value IS 149 (58.59% from 255) = 48.53%
BLUE value IS 19 (7.81% from 255) = 6.19%
R=45.28%
G=48.53%
B=6.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139149190.0700.870.4264.6277.3832.94
Hex8B951370572A414d21
Octal21322523701275210111541
Binary1000101110010101100111110101011110101010000011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B9513; }

 p { color: rgb(139,149,19); }

 H1.HeaderClassName
 {
   color: #8B9513;
 }
 .AnyTagClassName
 {
   color: #8B9513;
 }
</style>
background-color css

<style>
 a { background-color: #8B9513; }

 a { background-color: rgb(139,149,19); }

 div.DivClassName
 {
   background-color: #8B9513;
 }
 .BgClassName
 {
   background-color: #8B9513;
 }
</style>
border-color css

<style>
 span { border-color: #8B9513; }

 span { border-color: rgb(139,149,19); }

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