Html Css Color HEX #A2B411 Citrus

📋 copy color: '#A2B411'

red 162 ◦ green 180 ◦ blue 17

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

Shades of Citrus #A2B411

Tints of Citrus #A2B411

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.14%

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

R = 45.13%
G = 50.14%
B = 4.74%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#A2B411 (or 0xA2B411) is known color: Citrus. HEX triplet: A2, B4 and 11. RGB value is (162,180,17). Sum of RGB (Red+Green+Blue) = 162+180+17=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 180 (70.70% from 255 or 50.14% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B411 is #5D4BEE. Grayscale: #9C9C9C. Windows color (decimal): -6114287 or 1160354. OLE color: 1160354.

HSL color Cylindrical-coordinate representation of color #A2B411: hue angle of 66.63º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2B411 is Cyan = 0.1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 180 17 -
CMYK 0.1 0 0.91 0.29
HSL 66.63º 0.83% 0.39% -
HSV(B) 66.63º 0.91% 0.71% -
XYZ 31.32 40.36 6.67 -
YUV 156.04 49.54 132.25 -
System Red Green Blue C M Y K H S L
Decimal 162 180 17 0.1 0 0.91 0.29 66.63 0.83 0.39
Hex A2 B4 11 A 0 5B 1D 43 53 27
Octal 242 264 21 12 0 133 35 103 123 47
Binary 10100010 10110100 10001 1010 0 1011011 11101 1000011 1010011 100111

Color Harmonies of #A2B411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B411

Black with #A2B411

Text Example


Text Example

White with #A2B411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B411; }

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

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

background-color css

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

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

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

border-color css

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

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

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