Html Css Color HEX #A3A602 Citrus

📋 copy color: '#A3A602'

red 163 ◦ green 166 ◦ blue 2

#A3A602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #A3A602

Tints of Citrus #A3A602

RGB

 RED value IS 163 (64.06% from 255) = 49.24%

 GREEN value IS 166 (65.23% from 255) = 50.15%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 49.24%
G = 50.15%
B = 0.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A3A602 (or 0xA3A602) is known color: Citrus. HEX triplet: A3, A6 and 02. RGB value is (163,166,2). Sum of RGB (Red+Green+Blue) = 163+166+2=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 166 (65.23% from 255 or 50.15% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A602 is #5C59FD. Grayscale: #939393. Windows color (decimal): -6052350 or 173731. OLE color: 173731.

HSL color Cylindrical-coordinate representation of color #A3A602: hue angle of 61.1º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3A602 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 163 166 2 -
CMYK 0.02 0 0.99 0.35
HSL 61.1º 0.98% 0.33% -
HSV(B) 61.1º 0.99% 0.65% -
XYZ 28.75 35.06 5.31 -
YUV 146.41 46.51 139.84 -
System Red Green Blue C M Y K H S L
Decimal 163 166 2 0.02 0 0.99 0.35 61.1 0.98 0.33
Hex A3 A6 2 2 0 63 23 3D 62 21
Octal 243 246 2 2 0 143 43 75 142 41
Binary 10100011 10100110 10 10 0 1100011 100011 111101 1100010 100001

Color Harmonies of #A3A602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A602

Black with #A3A602

Text Example


Text Example

White with #A3A602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A602; }

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

 H1.HeaderClassName
 {
   color: #A3A602;
 }
 .AnyTagClassName
 {
   color: #A3A602;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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