Html Css Color HEX #A2B412 Citrus

📋 copy color: '#A2B412'

red 162 ◦ green 180 ◦ blue 18

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

Shades of Citrus #A2B412

Tints of Citrus #A2B412

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50%

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

R = 45%
G = 50%
B = 5%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#A2B412 (or 0xA2B412) is known color: Citrus. HEX triplet: A2, B4 and 12. RGB value is (162,180,18). Sum of RGB (Red+Green+Blue) = 162+180+18=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B412 is #5D4BED. Grayscale: #9C9C9C. Windows color (decimal): -6114286 or 1225890. OLE color: 1225890.

HSL color Cylindrical-coordinate representation of color #A2B412: hue angle of 66.67º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2B412 is Cyan = 0.1, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 180 18 -
CMYK 0.1 0 0.9 0.29
HSL 66.67º 0.82% 0.39% -
HSV(B) 66.67º 0.9% 0.71% -
XYZ 31.33 40.37 6.71 -
YUV 156.15 50.04 132.17 -
System Red Green Blue C M Y K H S L
Decimal 162 180 18 0.1 0 0.9 0.29 66.67 0.82 0.39
Hex A2 B4 12 A 0 5A 1D 43 52 27
Octal 242 264 22 12 0 132 35 103 122 47
Binary 10100010 10110100 10010 1010 0 1011010 11101 1000011 1010010 100111

Color Harmonies of #A2B412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B412

Black with #A2B412

Text Example


Text Example

White with #A2B412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B412; }

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

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

background-color css

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

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

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

border-color css

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

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

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