Html Css Color HEX #A2B60F Citrus

📋 copy color: '#A2B60F'

red 162 ◦ green 182 ◦ blue 15

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

Shades of Citrus #A2B60F

Tints of Citrus #A2B60F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.7%

 BLUE value IS 15 (6.25% from 255) = 4.18%

R = 45.13%
G = 50.7%
B = 4.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#A2B60F (or 0xA2B60F) is known color: Citrus. HEX triplet: A2, B6 and 0F. RGB value is (162,182,15). Sum of RGB (Red+Green+Blue) = 162+182+15=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 182 (71.48% from 255 or 50.70% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B60F is #5D49F0. Grayscale: #9D9D9D. Windows color (decimal): -6113777 or 1029794. OLE color: 1029794.

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

Color convert

RGB 162 182 15 -
CMYK 0.11 0 0.92 0.29
HSL 67.19º 0.85% 0.39% -
HSV(B) 67.19º 0.92% 0.71% -
XYZ 31.71 41.17 6.73 -
YUV 156.98 47.87 131.58 -
System Red Green Blue C M Y K H S L
Decimal 162 182 15 0.11 0 0.92 0.29 67.19 0.85 0.39
Hex A2 B6 F B 0 5C 1D 43 55 27
Octal 242 266 17 13 0 134 35 103 125 47
Binary 10100010 10110110 1111 1011 0 1011100 11101 1000011 1010101 100111

Color Harmonies of #A2B60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B60F

Black with #A2B60F

Text Example


Text Example

White with #A2B60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B60F; }

 p { color: rgb(162,182,15); }

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

background-color css

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

 a { background-color: rgb(162,182,15); }

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

border-color css

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

 span { border-color: rgb(162,182,15); }

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