Html Css Color HEX #A3AE02 Citrus

📋 copy color: '#A3AE02'

red 163 ◦ green 174 ◦ blue 2

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

Shades of Citrus #A3AE02

Tints of Citrus #A3AE02

RGB

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

 GREEN value IS 174 (68.36% from 255) = 51.33%

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

R = 48.08%
G = 51.33%
B = 0.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#A3AE02 (or 0xA3AE02) is known color: Citrus. HEX triplet: A3, AE and 02. RGB value is (163,174,2). Sum of RGB (Red+Green+Blue) = 163+174+2=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 174 (68.36% from 255 or 51.33% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3AE02 is #5C51FD. Grayscale: #979797. Windows color (decimal): -6050302 or 175779. OLE color: 175779.

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

Color convert

RGB 163 174 2 -
CMYK 0.06 0 0.99 0.32
HSL 63.84º 0.98% 0.35% -
HSV(B) 63.84º 0.99% 0.68% -
XYZ 30.25 38.06 5.81 -
YUV 151.1 43.86 136.49 -
System Red Green Blue C M Y K H S L
Decimal 163 174 2 0.06 0 0.99 0.32 63.84 0.98 0.35
Hex A3 AE 2 6 0 63 20 40 62 23
Octal 243 256 2 6 0 143 40 100 142 43
Binary 10100011 10101110 10 110 0 1100011 100000 1000000 1100010 100011

Color Harmonies of #A3AE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AE02

Black with #A3AE02

Text Example


Text Example

White with #A3AE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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