Html Css Color HEX #A2B710 Citrus

📋 copy color: '#A2B710'

red 162 ◦ green 183 ◦ blue 16

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

Shades of Citrus #A2B710

Tints of Citrus #A2B710

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.69%

 BLUE value IS 16 (6.64% from 255) = 4.43%

R = 44.88%
G = 50.69%
B = 4.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#A2B710 (or 0xA2B710) is known color: Citrus. HEX triplet: A2, B7 and 10. RGB value is (162,183,16). Sum of RGB (Red+Green+Blue) = 162+183+16=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B710 is #5D48EF. Grayscale: #9E9E9E. Windows color (decimal): -6113520 or 1095586. OLE color: 1095586.

HSL color Cylindrical-coordinate representation of color #A2B710: hue angle of 67.54º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2B710 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 183 16 -
CMYK 0.11 0 0.91 0.28
HSL 67.54º 0.84% 0.39% -
HSV(B) 67.54º 0.91% 0.72% -
XYZ 31.93 41.59 6.83 -
YUV 157.68 48.04 131.08 -
System Red Green Blue C M Y K H S L
Decimal 162 183 16 0.11 0 0.91 0.28 67.54 0.84 0.39
Hex A2 B7 10 B 0 5B 1C 44 54 27
Octal 242 267 20 13 0 133 34 104 124 47
Binary 10100010 10110111 10000 1011 0 1011011 11100 1000100 1010100 100111

Color Harmonies of #A2B710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B710

Black with #A2B710

Text Example


Text Example

White with #A2B710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B710; }

 p { color: rgb(162,183,16); }

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

background-color css

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

 a { background-color: rgb(162,183,16); }

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

border-color css

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

 span { border-color: rgb(162,183,16); }

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