Html Css Color HEX #A2A712 Citrus

📋 copy color: '#A2A712'

red 162 ◦ green 167 ◦ blue 18

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

Shades of Citrus #A2A712

Tints of Citrus #A2A712

RGB

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

 GREEN value IS 167 (65.63% from 255) = 48.13%

 BLUE value IS 18 (7.42% from 255) = 5.19%

R = 46.69%
G = 48.13%
B = 5.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A2A712 (or 0xA2A712) is known color: Citrus. HEX triplet: A2, A7 and 12. RGB value is (162,167,18). Sum of RGB (Red+Green+Blue) = 162+167+18=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 167 (65.62% from 255 or 48.13% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 167 - color contains mainly: green. Hex color #A2A712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A712 is #5D58ED. Grayscale: #959595. Windows color (decimal): -6117614 or 1222562. OLE color: 1222562.

HSL color Cylindrical-coordinate representation of color #A2A712: hue angle of 62.01º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2A712 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 167 18 -
CMYK 0.03 0 0.89 0.35
HSL 62.01º 0.81% 0.36% -
HSV(B) 62.01º 0.89% 0.65% -
XYZ 28.83 35.36 5.88 -
YUV 148.52 54.34 137.62 -
System Red Green Blue C M Y K H S L
Decimal 162 167 18 0.03 0 0.89 0.35 62.01 0.81 0.36
Hex A2 A7 12 3 0 59 23 3E 51 24
Octal 242 247 22 3 0 131 43 76 121 44
Binary 10100010 10100111 10010 11 0 1011001 100011 111110 1010001 100100

Color Harmonies of #A2A712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A712

Black with #A2A712

Text Example


Text Example

White with #A2A712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A712; }

 p { color: rgb(162,167,18); }

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

background-color css

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

 a { background-color: rgb(162,167,18); }

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

border-color css

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

 span { border-color: rgb(162,167,18); }

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