#8a942b

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

Shades of Citron #8A942B

Tints of Citron #8A942B

Color information

#8A942B (or 0x8A942B) is unknown color: approx Citron. HEX triplet: 8A, 94 and 2B. RGB value is (138,148,43). Sum of RGB (Red+Green+Blue) = 138+148+43=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #8A942B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A942B is #756BD4. Grayscale: #858585. Windows color (decimal): -7695317 or 2856074. OLE color: 2856074.

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

Color convert

RGB13814843-
CMYK0.0700.710.42
HSL65.71º54.97%37.45%-
HSV(B)65.71º70.95%58.04%-
XYZ21.5126.766.32-
YUV133.0477.19131.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.95%
GREEN value IS 148 (58.20% from 255) = 44.98%
BLUE value IS 43 (17.19% from 255) = 13.07%
R=41.95%
G=44.98%
B=13.07%

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
Decimal138148430.0700.710.4265.7154.9737.45
Hex8A942B70472A423725
Octal2122245370107521026745
Binary1000101010010100101011111010001111010101000010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a942b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,148,43); }

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

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

 a { background-color: rgb(138,148,43); }

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

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

 span { border-color: rgb(138,148,43); }

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