Html Css Color HEX #A2BC11 Citrus

📋 copy color: '#A2BC11'

red 162 ◦ green 188 ◦ blue 17

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

Shades of Citrus #A2BC11

Tints of Citrus #A2BC11

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.23%

 BLUE value IS 17 (7.03% from 255) = 4.63%

R = 44.14%
G = 51.23%
B = 4.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#A2BC11 (or 0xA2BC11) is known color: Citrus. HEX triplet: A2, BC and 11. RGB value is (162,188,17). Sum of RGB (Red+Green+Blue) = 162+188+17=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BC11 is #5D43EE. Grayscale: #A1A1A1. Windows color (decimal): -6112239 or 1162402. OLE color: 1162402.

HSL color Cylindrical-coordinate representation of color #A2BC11: hue angle of 69.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2BC11 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 188 17 -
CMYK 0.14 0 0.91 0.26
HSL 69.12º 0.83% 0.4% -
HSV(B) 69.12º 0.91% 0.74% -
XYZ 32.98 43.69 7.22 -
YUV 160.73 46.89 128.9 -
System Red Green Blue C M Y K H S L
Decimal 162 188 17 0.14 0 0.91 0.26 69.12 0.83 0.4
Hex A2 BC 11 E 0 5B 1A 45 53 28
Octal 242 274 21 16 0 133 32 105 123 50
Binary 10100010 10111100 10001 1110 0 1011011 11010 1000101 1010011 101000

Color Harmonies of #A2BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BC11

Black with #A2BC11

Text Example


Text Example

White with #A2BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BC11; }

 p { color: rgb(162,188,17); }

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

background-color css

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

 a { background-color: rgb(162,188,17); }

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

border-color css

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

 span { border-color: rgb(162,188,17); }

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