#8B9610

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

Shades of Citron #8B9610

Tints of Citron #8B9610

Color information

#8B9610 (or 0x8B9610) is unknown color: approx Citron. HEX triplet: 8B, 96 and 10. RGB value is (139,150,16). Sum of RGB (Red+Green+Blue) = 139+150+16=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #8B9610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B9610 is #7469EF. Grayscale: #838383. Windows color (decimal): -7629296 or 1087115. OLE color: 1087115.

HSL color Cylindrical-coordinate representation of color #8B9610: hue angle of 64.93º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B9610 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB13915016-
CMYK0.0700.890.41
HSL64.93º80.72%32.55%-
HSV(B)64.93º89.33%58.82%-
XYZ21.6527.344.63-
YUV131.4462.86133.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 150 (58.98% from 255) = 49.18%
BLUE value IS 16 (6.64% from 255) = 5.25%
R=45.57%
G=49.18%
B=5.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal139150160.0700.890.4164.9380.7232.55
Hex8B9610705929415121
Octal21322620701315110112141
Binary1000101110010110100001110101100110100110000011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,150,16); }

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

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

 a { background-color: rgb(139,150,16); }

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

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

 span { border-color: rgb(139,150,16); }

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