Html Css Color HEX #A2B603 Citrus

📋 copy color: '#A2B603'

red 162 ◦ green 182 ◦ blue 3

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

Shades of Citrus #A2B603

Tints of Citrus #A2B603

RGB

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

 GREEN value IS 182 (71.48% from 255) = 52.45%

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 46.69%
G = 52.45%
B = 0.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#A2B603 (or 0xA2B603) is known color: Citrus. HEX triplet: A2, B6 and 03. RGB value is (162,182,3). Sum of RGB (Red+Green+Blue) = 162+182+3=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 182 (71.48% from 255 or 52.45% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B603 is #5D49FC. Grayscale: #9C9C9C. Windows color (decimal): -6113789 or 243362. OLE color: 243362.

HSL color Cylindrical-coordinate representation of color #A2B603: hue angle of 66.7º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2B603 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 182 3 -
CMYK 0.11 0 0.98 0.29
HSL 66.7º 0.97% 0.36% -
HSV(B) 66.7º 0.98% 0.71% -
XYZ 31.64 41.14 6.36 -
YUV 155.61 41.87 132.55 -
System Red Green Blue C M Y K H S L
Decimal 162 182 3 0.11 0 0.98 0.29 66.7 0.97 0.36
Hex A2 B6 3 B 0 62 1D 43 61 24
Octal 242 266 3 13 0 142 35 103 141 44
Binary 10100010 10110110 11 1011 0 1100010 11101 1000011 1100001 100100

Color Harmonies of #A2B603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B603

Black with #A2B603

Text Example


Text Example

White with #A2B603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B603; }

 p { color: rgb(162,182,3); }

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

background-color css

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

 a { background-color: rgb(162,182,3); }

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

border-color css

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

 span { border-color: rgb(162,182,3); }

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