#8ba123

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

Shades of Citron #8BA123

Tints of Citron #8BA123

Color information

#8BA123 (or 0x8BA123) is unknown color: approx Citron. HEX triplet: 8B, A1 and 23. RGB value is (139,161,35). Sum of RGB (Red+Green+Blue) = 139+161+35=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA123 is #745EDC. Grayscale: #8C8C8C. Windows color (decimal): -7626461 or 2335115. OLE color: 2335115.

HSL color Cylindrical-coordinate representation of color #8BA123: hue angle of 70.48º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8BA123 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB13916135-
CMYK0.1400.780.37
HSL70.48º64.29%38.43%-
HSV(B)70.48º78.26%63.14%-
XYZ23.731.16.34-
YUV140.0668.71127.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 161 (63.28% from 255) = 48.06%
BLUE value IS 35 (14.06% from 255) = 10.45%
R=41.49%
G=48.06%
B=10.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal139161350.1400.780.3770.4864.2938.43
Hex8BA123E04E25464026
Octal213241431601164510610046
Binary100010111010000110001111100100111010010110001101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ba123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,161,35); }

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

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

 a { background-color: rgb(139,161,35); }

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

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

 span { border-color: rgb(139,161,35); }

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