#A8B702

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

Shades of Citrus #A8B702

Tints of Citrus #A8B702

Color information

#A8B702 (or 0xA8B702) is unknown color: approx Citrus. HEX triplet: A8, B7 and 02. RGB value is (168,183,2). Sum of RGB (Red+Green+Blue) = 168+183+2=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B702 is #5748FD. Grayscale: #9E9E9E. Windows color (decimal): -5720318 or 178088. OLE color: 178088.

HSL color Cylindrical-coordinate representation of color #A8B702: hue angle of 64.97º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8B702 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB1681832-
CMYK0.0800.990.28
HSL64.97º97.84%36.27%-
HSV(B)64.97º98.91%71.76%-
XYZ33.0942.26.46-
YUV157.8840.03135.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.59%
GREEN value IS 183 (71.88% from 255) = 51.84%
BLUE value IS 2 (1.17% from 255) = 0.57%
R=47.59%
G=51.84%
B=0.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16818320.0800.990.2864.9797.8436.27
HexA8B7280631C416224
Octal25026721001433410114244
Binary1010100010110111101000011000111110010000011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B702; }

 p { color: rgb(168,183,2); }

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

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

 a { background-color: rgb(168,183,2); }

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

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

 span { border-color: rgb(168,183,2); }

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