Html Css Color HEX #A2B203 Citrus

📋 copy color: '#A2B203'

red 162 ◦ green 178 ◦ blue 3

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

Shades of Citrus #A2B203

Tints of Citrus #A2B203

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.9%

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

R = 47.23%
G = 51.9%
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

#A2B203 (or 0xA2B203) is known color: Citrus. HEX triplet: A2, B2 and 03. RGB value is (162,178,3). Sum of RGB (Red+Green+Blue) = 162+178+3=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 178 (69.92% from 255 or 51.90% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2B203 is #5D4DFC. Grayscale: #999999. Windows color (decimal): -6114813 or 242338. OLE color: 242338.

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

Color convert

RGB 162 178 3 -
CMYK 0.09 0 0.98 0.30
HSL 65.49º 0.97% 0.35% -
HSV(B) 65.49º 0.98% 0.7% -
XYZ 30.84 39.53 6.09 -
YUV 153.27 43.2 134.23 -
System Red Green Blue C M Y K H S L
Decimal 162 178 3 0.09 0 0.98 0.30 65.49 0.97 0.35
Hex A2 B2 3 9 0 62 1E 41 61 23
Octal 242 262 3 11 0 142 36 101 141 43
Binary 10100010 10110010 11 1001 0 1100010 11110 1000001 1100001 100011

Color Harmonies of #A2B203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B203

Black with #A2B203

Text Example


Text Example

White with #A2B203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B203; }

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

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

background-color css

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

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

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

border-color css

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

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

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