Html Css Color HEX #A2B915 Citrus

📋 copy color: '#A2B915'

red 162 ◦ green 185 ◦ blue 21

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

Shades of Citrus #A2B915

Tints of Citrus #A2B915

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.27%

 BLUE value IS 21 (8.59% from 255) = 5.71%

R = 44.02%
G = 50.27%
B = 5.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#A2B915 (or 0xA2B915) is known color: Citrus. HEX triplet: A2, B9 and 15. RGB value is (162,185,21). Sum of RGB (Red+Green+Blue) = 162+185+21=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B915 is #5D46EA. Grayscale: #A0A0A0. Windows color (decimal): -6113003 or 1423778. OLE color: 1423778.

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

Color convert

RGB 162 185 21 -
CMYK 0.12 0 0.89 0.27
HSL 68.41º 0.8% 0.4% -
HSV(B) 68.41º 0.89% 0.73% -
XYZ 32.38 42.43 7.19 -
YUV 159.43 49.88 129.84 -
System Red Green Blue C M Y K H S L
Decimal 162 185 21 0.12 0 0.89 0.27 68.41 0.8 0.4
Hex A2 B9 15 C 0 59 1B 44 50 28
Octal 242 271 25 14 0 131 33 104 120 50
Binary 10100010 10111001 10101 1100 0 1011001 11011 1000100 1010000 101000

Color Harmonies of #A2B915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B915

Black with #A2B915

Text Example


Text Example

White with #A2B915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B915; }

 p { color: rgb(162,185,21); }

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

background-color css

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

 a { background-color: rgb(162,185,21); }

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

border-color css

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

 span { border-color: rgb(162,185,21); }

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