#A0B802

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

Shades of Citrus #A0B802

Tints of Citrus #A0B802

Color information

#A0B802 (or 0xA0B802) is unknown color: approx Citrus. HEX triplet: A0, B8 and 02. RGB value is (160,184,2). Sum of RGB (Red+Green+Blue) = 160+184+2=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 184 (72.27% from 255 or 53.18% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B802 is #5F47FD. Grayscale: #9C9C9C. Windows color (decimal): -6244350 or 178336. OLE color: 178336.

HSL color Cylindrical-coordinate representation of color #A0B802: hue angle of 67.91º 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 #A0B802 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB1601842-
CMYK0.1300.990.28
HSL67.91º97.85%36.47%-
HSV(B)67.91º98.91%72.16%-
XYZ31.6541.766.45-
YUV156.0841.05130.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.24%
GREEN value IS 184 (72.27% from 255) = 53.18%
BLUE value IS 2 (1.17% from 255) = 0.58%
R=46.24%
G=53.18%
B=0.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16018420.1300.990.2867.9197.8536.47
HexA0B82D0631C446224
Octal24027021501433410414244
Binary1010000010111000101101011000111110010001001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B802; }

 p { color: rgb(160,184,2); }

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

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

 a { background-color: rgb(160,184,2); }

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

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

 span { border-color: rgb(160,184,2); }

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