Html Css Color HEX #A2B20D Citrus

📋 copy color: '#A2B20D'

red 162 ◦ green 178 ◦ blue 13

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

Shades of Citrus #A2B20D

Tints of Citrus #A2B20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.68%

R = 45.89%
G = 50.42%
B = 3.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#A2B20D (or 0xA2B20D) is known color: Citrus. HEX triplet: A2, B2 and 0D. RGB value is (162,178,13). Sum of RGB (Red+Green+Blue) = 162+178+13=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2B20D is #5D4DF2. Grayscale: #9B9B9B. Windows color (decimal): -6114803 or 897698. OLE color: 897698.

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

Color convert

RGB 162 178 13 -
CMYK 0.09 0 0.93 0.30
HSL 65.82º 0.86% 0.37% -
HSV(B) 65.82º 0.93% 0.7% -
XYZ 30.89 39.55 6.39 -
YUV 154.41 48.2 133.42 -
System Red Green Blue C M Y K H S L
Decimal 162 178 13 0.09 0 0.93 0.30 65.82 0.86 0.37
Hex A2 B2 D 9 0 5D 1E 42 56 25
Octal 242 262 15 11 0 135 36 102 126 45
Binary 10100010 10110010 1101 1001 0 1011101 11110 1000010 1010110 100101

Color Harmonies of #A2B20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B20D

Black with #A2B20D

Text Example


Text Example

White with #A2B20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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