Html Css Color HEX #A2B910 Citrus

📋 copy color: '#A2B910'

red 162 ◦ green 185 ◦ blue 16

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

Shades of Citrus #A2B910

Tints of Citrus #A2B910

RGB

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

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

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

R = 44.63%
G = 50.96%
B = 4.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#A2B910 (or 0xA2B910) is known color: Citrus. HEX triplet: A2, B9 and 10. RGB value is (162,185,16). Sum of RGB (Red+Green+Blue) = 162+185+16=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B910 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B910 is #5D46EF. Grayscale: #9F9F9F. Windows color (decimal): -6113008 or 1096098. OLE color: 1096098.

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

Color convert

RGB 162 185 16 -
CMYK 0.12 0 0.91 0.27
HSL 68.17º 0.84% 0.39% -
HSV(B) 68.17º 0.91% 0.73% -
XYZ 32.34 42.42 6.97 -
YUV 158.86 47.38 130.24 -
System Red Green Blue C M Y K H S L
Decimal 162 185 16 0.12 0 0.91 0.27 68.17 0.84 0.39
Hex A2 B9 10 C 0 5B 1B 44 54 27
Octal 242 271 20 14 0 133 33 104 124 47
Binary 10100010 10111001 10000 1100 0 1011011 11011 1000100 1010100 100111

Color Harmonies of #A2B910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B910

Black with #A2B910

Text Example


Text Example

White with #A2B910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B910; }

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

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

background-color css

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

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

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

border-color css

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

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

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