#8B962C

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

Shades of Citron #8B962C

Tints of Citron #8B962C

Color information

#8B962C (or 0x8B962C) is unknown color: approx Citron. HEX triplet: 8B, 96 and 2C. RGB value is (139,150,44). Sum of RGB (Red+Green+Blue) = 139+150+44=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #8B962C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B962C is #7469D3. Grayscale: #878787. Windows color (decimal): -7629268 or 2922123. OLE color: 2922123.

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

Color convert

RGB13915044-
CMYK0.0700.710.41
HSL66.23º54.64%38.04%-
HSV(B)66.23º70.67%58.82%-
XYZ22.0127.486.53-
YUV134.6376.86131.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.74%
GREEN value IS 150 (58.98% from 255) = 45.05%
BLUE value IS 44 (17.58% from 255) = 13.21%
R=41.74%
G=45.05%
B=13.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal139150440.0700.710.4166.2354.6438.04
Hex8B962C704729423726
Octal2132265470107511026746
Binary1000101110010110101100111010001111010011000010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B962C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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