#8A9B2E

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

Shades of Citron #8A9B2E

Tints of Citron #8A9B2E

Color information

#8A9B2E (or 0x8A9B2E) is unknown color: approx Citron. HEX triplet: 8A, 9B and 2E. RGB value is (138,155,46). Sum of RGB (Red+Green+Blue) = 138+155+46=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9B2E is #7564D1. Grayscale: #898989. Windows color (decimal): -7693522 or 3054474. OLE color: 3054474.

HSL color Cylindrical-coordinate representation of color #8A9B2E: hue angle of 69.36º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A9B2E is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB13815546-
CMYK0.1100.700.39
HSL69.36º54.23%39.41%-
HSV(B)69.36º70.32%60.78%-
XYZ22.729.046.99-
YUV137.4976.37128.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.71%
GREEN value IS 155 (60.94% from 255) = 45.72%
BLUE value IS 46 (18.36% from 255) = 13.57%
R=40.71%
G=45.72%
B=13.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138155460.1100.700.3969.3654.2339.41
Hex8A9B2EB04627453627
Octal21223356130106471056647
Binary10001010100110111011101011010001101001111000101110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,155,46); }

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

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

 a { background-color: rgb(138,155,46); }

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

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

 span { border-color: rgb(138,155,46); }

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