Html Css Color HEX #A2B413 Citrus

📋 copy color: '#A2B413'

red 162 ◦ green 180 ◦ blue 19

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

Shades of Citrus #A2B413

Tints of Citrus #A2B413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.26%

R = 44.88%
G = 49.86%
B = 5.26%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#A2B413 (or 0xA2B413) is known color: Citrus. HEX triplet: A2, B4 and 13. RGB value is (162,180,19). Sum of RGB (Red+Green+Blue) = 162+180+19=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B413 is #5D4BEC. Grayscale: #9C9C9C. Windows color (decimal): -6114285 or 1291426. OLE color: 1291426.

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

Color convert

RGB 162 180 19 -
CMYK 0.1 0 0.89 0.29
HSL 66.71º 0.81% 0.39% -
HSV(B) 66.71º 0.89% 0.71% -
XYZ 31.34 40.37 6.76 -
YUV 156.26 50.54 132.09 -
System Red Green Blue C M Y K H S L
Decimal 162 180 19 0.1 0 0.89 0.29 66.71 0.81 0.39
Hex A2 B4 13 A 0 59 1D 43 51 27
Octal 242 264 23 12 0 131 35 103 121 47
Binary 10100010 10110100 10011 1010 0 1011001 11101 1000011 1010001 100111

Color Harmonies of #A2B413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B413

Black with #A2B413

Text Example


Text Example

White with #A2B413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B413; }

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

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

background-color css

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

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

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

border-color css

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

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

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