#8CA323

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

Shades of Citron #8CA323

Tints of Citron #8CA323

Color information

#8CA323 (or 0x8CA323) is unknown color: approx Citron. HEX triplet: 8C, A3 and 23. RGB value is (140,163,35). Sum of RGB (Red+Green+Blue) = 140+163+35=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA323 is #735CDC. Grayscale: #8E8E8E. Windows color (decimal): -7560413 or 2335628. OLE color: 2335628.

HSL color Cylindrical-coordinate representation of color #8CA323: hue angle of 70.78º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8CA323 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB14016335-
CMYK0.1400.790.36
HSL70.78º64.65%38.82%-
HSV(B)70.78º78.53%63.92%-
XYZ24.2231.896.47-
YUV141.5367.88126.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.42%
GREEN value IS 163 (64.06% from 255) = 48.22%
BLUE value IS 35 (14.06% from 255) = 10.36%
R=41.42%
G=48.22%
B=10.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140163350.1400.790.3670.7864.6538.82
Hex8CA323E04F24474127
Octal214243431601174410710147
Binary100011001010001110001111100100111110010010001111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,163,35); }

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

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

 a { background-color: rgb(140,163,35); }

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

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

 span { border-color: rgb(140,163,35); }

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