#8A970F

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

Shades of Citron #8A970F

Tints of Citron #8A970F

Color information

#8A970F (or 0x8A970F) is unknown color: approx Citron. HEX triplet: 8A, 97 and 0F. RGB value is (138,151,15). Sum of RGB (Red+Green+Blue) = 138+151+15=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #8A970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A970F is #7568F0. Grayscale: #848484. Windows color (decimal): -7694577 or 1021834. OLE color: 1021834.

HSL color Cylindrical-coordinate representation of color #8A970F: hue angle of 65.74º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A970F is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB13815115-
CMYK0.0900.900.41
HSL65.74º81.93%32.55%-
HSV(B)65.74º90.07%59.22%-
XYZ21.6327.574.63-
YUV131.6162.19132.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.39%
GREEN value IS 151 (59.38% from 255) = 49.67%
BLUE value IS 15 (6.25% from 255) = 4.93%
R=45.39%
G=49.67%
B=4.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal138151150.0900.900.4165.7481.9332.55
Hex8A97F905A29425221
Octal212227171101325110212241
Binary1000101010010111111110010101101010100110000101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A970F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,151,15); }

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

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

 a { background-color: rgb(138,151,15); }

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

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

 span { border-color: rgb(138,151,15); }

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