Html Css Color HEX #A2B914 Citrus

📋 copy color: '#A2B914'

red 162 ◦ green 185 ◦ blue 20

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

Shades of Citrus #A2B914

Tints of Citrus #A2B914

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.41%

 BLUE value IS 20 (8.2% from 255) = 5.45%

R = 44.14%
G = 50.41%
B = 5.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#A2B914 (or 0xA2B914) is known color: Citrus. HEX triplet: A2, B9 and 14. RGB value is (162,185,20). Sum of RGB (Red+Green+Blue) = 162+185+20=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 185 (72.66% from 255 or 50.41% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B914 is #5D46EB. Grayscale: #9F9F9F. Windows color (decimal): -6113004 or 1358242. OLE color: 1358242.

HSL color Cylindrical-coordinate representation of color #A2B914: hue angle of 68.36º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2B914 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 20 -
CMYK 0.12 0 0.89 0.27
HSL 68.36º 0.8% 0.4% -
HSV(B) 68.36º 0.89% 0.73% -
XYZ 32.38 42.43 7.15 -
YUV 159.31 49.38 129.92 -
System Red Green Blue C M Y K H S L
Decimal 162 185 20 0.12 0 0.89 0.27 68.36 0.8 0.4
Hex A2 B9 14 C 0 59 1B 44 50 28
Octal 242 271 24 14 0 131 33 104 120 50
Binary 10100010 10111001 10100 1100 0 1011001 11011 1000100 1010000 101000

Color Harmonies of #A2B914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B914

Black with #A2B914

Text Example


Text Example

White with #A2B914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B914; }

 p { color: rgb(162,185,20); }

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

background-color css

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

 a { background-color: rgb(162,185,20); }

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

border-color css

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

 span { border-color: rgb(162,185,20); }

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