Html Css Color HEX #A2B20E Citrus

📋 copy color: '#A2B20E'

red 162 ◦ green 178 ◦ blue 14

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

Shades of Citrus #A2B20E

Tints of Citrus #A2B20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.95%

R = 45.76%
G = 50.28%
B = 3.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#A2B20E (or 0xA2B20E) is known color: Citrus. HEX triplet: A2, B2 and 0E. RGB value is (162,178,14). Sum of RGB (Red+Green+Blue) = 162+178+14=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2B20E is #5D4DF1. Grayscale: #9B9B9B. Windows color (decimal): -6114802 or 963234. OLE color: 963234.

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

Color convert

RGB 162 178 14 -
CMYK 0.09 0 0.92 0.30
HSL 65.85º 0.85% 0.38% -
HSV(B) 65.85º 0.92% 0.7% -
XYZ 30.9 39.55 6.42 -
YUV 154.52 48.7 133.34 -
System Red Green Blue C M Y K H S L
Decimal 162 178 14 0.09 0 0.92 0.30 65.85 0.85 0.38
Hex A2 B2 E 9 0 5C 1E 42 55 26
Octal 242 262 16 11 0 134 36 102 125 46
Binary 10100010 10110010 1110 1001 0 1011100 11110 1000010 1010101 100110

Color Harmonies of #A2B20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B20E

Black with #A2B20E

Text Example


Text Example

White with #A2B20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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