#8B9E2C

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

Shades of Citron #8B9E2C

Tints of Citron #8B9E2C

Color information

#8B9E2C (or 0x8B9E2C) is unknown color: approx Citron. HEX triplet: 8B, 9E and 2C. RGB value is (139,158,44). Sum of RGB (Red+Green+Blue) = 139+158+44=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 158 - color contains mainly: green. Hex color #8B9E2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9E2C is #7461D3. Grayscale: #8B8B8B. Windows color (decimal): -7627220 or 2924171. OLE color: 2924171.

HSL color Cylindrical-coordinate representation of color #8B9E2C: hue angle of 70º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B9E2C is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB13915844-
CMYK0.1200.720.38
HSL70º56.44%39.61%-
HSV(B)70º72.15%61.96%-
XYZ23.3330.126.97-
YUV139.3274.21127.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.76%
GREEN value IS 158 (62.11% from 255) = 46.33%
BLUE value IS 44 (17.58% from 255) = 12.90%
R=40.76%
G=46.33%
B=12.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal139158440.1200.720.387056.4439.61
Hex8B9E2CC04826463828
Octal21323654140110461067050
Binary10001011100111101011001100010010001001101000110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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