Html Css Color HEX #A2B410 Citrus

📋 copy color: '#A2B410'

red 162 ◦ green 180 ◦ blue 16

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

Shades of Citrus #A2B410

Tints of Citrus #A2B410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.47%

R = 45.25%
G = 50.28%
B = 4.47%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#A2B410 (or 0xA2B410) is known color: Citrus. HEX triplet: A2, B4 and 10. RGB value is (162,180,16). Sum of RGB (Red+Green+Blue) = 162+180+16=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 180 (70.70% from 255 or 50.28% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B410 is #5D4BEF. Grayscale: #9C9C9C. Windows color (decimal): -6114288 or 1094818. OLE color: 1094818.

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

Color convert

RGB 162 180 16 -
CMYK 0.1 0 0.91 0.29
HSL 66.59º 0.84% 0.38% -
HSV(B) 66.59º 0.91% 0.71% -
XYZ 31.32 40.36 6.63 -
YUV 155.92 49.04 132.34 -
System Red Green Blue C M Y K H S L
Decimal 162 180 16 0.1 0 0.91 0.29 66.59 0.84 0.38
Hex A2 B4 10 A 0 5B 1D 43 54 26
Octal 242 264 20 12 0 133 35 103 124 46
Binary 10100010 10110100 10000 1010 0 1011011 11101 1000011 1010100 100110

Color Harmonies of #A2B410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B410

Black with #A2B410

Text Example


Text Example

White with #A2B410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B410; }

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

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

background-color css

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

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

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

border-color css

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

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

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