#8B952B

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

Shades of Citron #8B952B

Tints of Citron #8B952B

Color information

#8B952B (or 0x8B952B) is unknown color: approx Citron. HEX triplet: 8B, 95 and 2B. RGB value is (139,149,43). Sum of RGB (Red+Green+Blue) = 139+149+43=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #8B952B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B952B is #746AD4. Grayscale: #868686. Windows color (decimal): -7629525 or 2856331. OLE color: 2856331.

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

Color convert

RGB13914943-
CMYK0.0700.710.42
HSL65.66º55.21%37.65%-
HSV(B)65.66º71.14%58.43%-
XYZ21.8327.166.38-
YUV133.9376.69131.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.99%
GREEN value IS 149 (58.59% from 255) = 45.02%
BLUE value IS 43 (17.19% from 255) = 12.99%
R=41.99%
G=45.02%
B=12.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139149430.0700.710.4265.6655.2137.65
Hex8B952B70472A423726
Octal2132255370107521026746
Binary1000101110010101101011111010001111010101000010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B952B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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