Html Css Color HEX #A2B714 Citrus

📋 copy color: '#A2B714'

red 162 ◦ green 183 ◦ blue 20

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

Shades of Citrus #A2B714

Tints of Citrus #A2B714

RGB

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

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

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

R = 44.38%
G = 50.14%
B = 5.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#A2B714 (or 0xA2B714) is known color: Citrus. HEX triplet: A2, B7 and 14. RGB value is (162,183,20). Sum of RGB (Red+Green+Blue) = 162+183+20=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B714 is #5D48EB. Grayscale: #9E9E9E. Windows color (decimal): -6113516 or 1357730. OLE color: 1357730.

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

Color convert

RGB 162 183 20 -
CMYK 0.11 0 0.89 0.28
HSL 67.73º 0.8% 0.4% -
HSV(B) 67.73º 0.89% 0.72% -
XYZ 31.96 41.6 7.01 -
YUV 158.14 50.04 130.75 -
System Red Green Blue C M Y K H S L
Decimal 162 183 20 0.11 0 0.89 0.28 67.73 0.8 0.4
Hex A2 B7 14 B 0 59 1C 44 50 28
Octal 242 267 24 13 0 131 34 104 120 50
Binary 10100010 10110111 10100 1011 0 1011001 11100 1000100 1010000 101000

Color Harmonies of #A2B714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B714

Black with #A2B714

Text Example


Text Example

White with #A2B714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B714; }

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

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

background-color css

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

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

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

border-color css

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

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

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