#8B952D

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

Shades of Citron #8B952D

Tints of Citron #8B952D

Color information

#8B952D (or 0x8B952D) is unknown color: approx Citron. HEX triplet: 8B, 95 and 2D. RGB value is (139,149,45). Sum of RGB (Red+Green+Blue) = 139+149+45=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #8B952D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B952D is #746AD2. Grayscale: #868686. Windows color (decimal): -7629523 or 2987403. OLE color: 2987403.

HSL color Cylindrical-coordinate representation of color #8B952D: hue angle of 65.77º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B952D is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB13914945-
CMYK0.0700.700.42
HSL65.77º53.61%38.04%-
HSV(B)65.77º69.8%58.43%-
XYZ21.8727.176.58-
YUV134.1577.69131.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.74%
GREEN value IS 149 (58.59% from 255) = 44.74%
BLUE value IS 45 (17.97% from 255) = 13.51%
R=41.74%
G=44.74%
B=13.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139149450.0700.700.4265.7753.6138.04
Hex8B952D70462A423626
Octal2132255570106521026646
Binary1000101110010101101101111010001101010101000010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B952D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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