#A7B212

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

Shades of Citrus #A7B212

Tints of Citrus #A7B212

Color information

#A7B212 (or 0xA7B212) is unknown color: approx Citrus. HEX triplet: A7, B2 and 12. RGB value is (167,178,18). Sum of RGB (Red+Green+Blue) = 167+178+18=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7B212 is #584DED. Grayscale: #9D9D9D. Windows color (decimal): -5787118 or 1225383. OLE color: 1225383.

HSL color Cylindrical-coordinate representation of color #A7B212: hue angle of 64.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7B212 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB16717818-
CMYK0.0600.900.30
HSL64.12º81.63%38.43%-
HSV(B)64.12º89.89%69.8%-
XYZ31.9740.16.63-
YUV156.4749.86135.51-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.01%
GREEN value IS 178 (69.92% from 255) = 49.04%
BLUE value IS 18 (7.42% from 255) = 4.96%
R=46.01%
G=49.04%
B=4.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal167178180.0600.900.3064.1281.6338.43
HexA7B212605A1E405226
Octal24726222601323610012246
Binary101001111011001010010110010110101111010000001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B212; }

 p { color: rgb(167,178,18); }

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

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

 a { background-color: rgb(167,178,18); }

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

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

 span { border-color: rgb(167,178,18); }

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