Html Css Color HEX #A2A308 Citrus

📋 copy color: '#A2A308'

red 162 ◦ green 163 ◦ blue 8

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

Shades of Citrus #A2A308

Tints of Citrus #A2A308

RGB

 RED value IS 162 (63.67% from 255) = 48.65%

 GREEN value IS 163 (64.06% from 255) = 48.95%

 BLUE value IS 8 (3.52% from 255) = 2.4%

R = 48.65%
G = 48.95%
B = 2.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A2A308 (or 0xA2A308) is known color: Citrus. HEX triplet: A2, A3 and 08. RGB value is (162,163,8). Sum of RGB (Red+Green+Blue) = 162+163+8=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A308 is #5D5CF7. Grayscale: #919191. Windows color (decimal): -6118648 or 566178. OLE color: 566178.

HSL color Cylindrical-coordinate representation of color #A2A308: hue angle of 60.39º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2A308 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 163 8 -
CMYK 0.01 0 0.95 0.36
HSL 60.39º 0.91% 0.34% -
HSV(B) 60.39º 0.95% 0.64% -
XYZ 28.04 33.89 5.29 -
YUV 145.03 50.67 140.1 -
System Red Green Blue C M Y K H S L
Decimal 162 163 8 0.01 0 0.95 0.36 60.39 0.91 0.34
Hex A2 A3 8 1 0 5F 24 3C 5B 22
Octal 242 243 10 1 0 137 44 74 133 42
Binary 10100010 10100011 1000 1 0 1011111 100100 111100 1011011 100010

Color Harmonies of #A2A308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A308

Black with #A2A308

Text Example


Text Example

White with #A2A308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A308; }

 p { color: rgb(162,163,8); }

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

background-color css

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

 a { background-color: rgb(162,163,8); }

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

border-color css

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

 span { border-color: rgb(162,163,8); }

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