#A3CB02

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

Shades of Citrus #A3CB02

Tints of Citrus #A3CB02

Color information

#A3CB02 (or 0xA3CB02) is unknown color: approx Citrus. HEX triplet: A3, CB and 02. RGB value is (163,203,2). Sum of RGB (Red+Green+Blue) = 163+203+2=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 203 (79.69% from 255 or 55.16% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3CB02 is #5C34FD. Grayscale: #A8A8A8. Windows color (decimal): -6042878 or 183203. OLE color: 183203.

HSL color Cylindrical-coordinate representation of color #A3CB02: hue angle of 71.94º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3CB02 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB1632032-
CMYK0.2000.990.20
HSL71.94º98.05%40.2%-
HSV(B)71.94º99.01%79.61%-
XYZ36.4750.57.88-
YUV168.1334.25124.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.29%
GREEN value IS 203 (79.69% from 255) = 55.16%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=44.29%
G=55.16%
B=0.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal16320320.2000.990.2071.9498.0540.2
HexA3CB21406314486228
Octal24331322401432411014250
Binary10100011110010111010100011000111010010010001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CB02; }

 p { color: rgb(163,203,2); }

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

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

 a { background-color: rgb(163,203,2); }

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

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

 span { border-color: rgb(163,203,2); }

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