Html Css Color HEX #A2B303 Citrus

📋 copy color: '#A2B303'

red 162 ◦ green 179 ◦ blue 3

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

Shades of Citrus #A2B303

Tints of Citrus #A2B303

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.03%

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

R = 47.09%
G = 52.03%
B = 0.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#A2B303 (or 0xA2B303) is known color: Citrus. HEX triplet: A2, B3 and 03. RGB value is (162,179,3). Sum of RGB (Red+Green+Blue) = 162+179+3=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 179 (70.31% from 255 or 52.03% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B303 is #5D4CFC. Grayscale: #9A9A9A. Windows color (decimal): -6114557 or 242594. OLE color: 242594.

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

Color convert

RGB 162 179 3 -
CMYK 0.09 0 0.98 0.30
HSL 65.8º 0.97% 0.36% -
HSV(B) 65.8º 0.98% 0.7% -
XYZ 31.04 39.93 6.16 -
YUV 153.85 42.87 133.81 -
System Red Green Blue C M Y K H S L
Decimal 162 179 3 0.09 0 0.98 0.30 65.8 0.97 0.36
Hex A2 B3 3 9 0 62 1E 42 61 24
Octal 242 263 3 11 0 142 36 102 141 44
Binary 10100010 10110011 11 1001 0 1100010 11110 1000010 1100001 100100

Color Harmonies of #A2B303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B303

Black with #A2B303

Text Example


Text Example

White with #A2B303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B303; }

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

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

background-color css

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

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

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

border-color css

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

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

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