#A7B712

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

Shades of Citrus #A7B712

Tints of Citrus #A7B712

Color information

#A7B712 (or 0xA7B712) is unknown color: approx Citrus. HEX triplet: A7, B7 and 12. RGB value is (167,183,18). Sum of RGB (Red+Green+Blue) = 167+183+18=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #A7B712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B712 is #5848ED. Grayscale: #A0A0A0. Windows color (decimal): -5785838 or 1226663. OLE color: 1226663.

HSL color Cylindrical-coordinate representation of color #A7B712: hue angle of 65.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7B712 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB16718318-
CMYK0.0900.900.28
HSL65.82º82.09%39.41%-
HSV(B)65.82º90.16%71.76%-
XYZ32.9842.136.97-
YUV159.4148.2133.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.38%
GREEN value IS 183 (71.88% from 255) = 49.73%
BLUE value IS 18 (7.42% from 255) = 4.89%
R=45.38%
G=49.73%
B=4.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal167183180.0900.900.2865.8282.0939.41
HexA7B712905A1C425227
Octal247267221101323410212247
Binary1010011110110111100101001010110101110010000101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B712; }

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

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

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

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

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

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

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

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