Html Css Color HEX #A2B010 Citrus

📋 copy color: '#A2B010'

red 162 ◦ green 176 ◦ blue 16

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

Shades of Citrus #A2B010

Tints of Citrus #A2B010

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.72%

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

R = 45.76%
G = 49.72%
B = 4.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#A2B010 (or 0xA2B010) is known color: Citrus. HEX triplet: A2, B0 and 10. RGB value is (162,176,16). Sum of RGB (Red+Green+Blue) = 162+176+16=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2B010 is #5D4FEF. Grayscale: #9A9A9A. Windows color (decimal): -6115312 or 1093794. OLE color: 1093794.

HSL color Cylindrical-coordinate representation of color #A2B010: hue angle of 65.25º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2B010 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 176 16 -
CMYK 0.08 0 0.91 0.31
HSL 65.25º 0.83% 0.38% -
HSV(B) 65.25º 0.91% 0.69% -
XYZ 30.52 38.77 6.36 -
YUV 153.57 50.36 134.01 -
System Red Green Blue C M Y K H S L
Decimal 162 176 16 0.08 0 0.91 0.31 65.25 0.83 0.38
Hex A2 B0 10 8 0 5B 1F 41 53 26
Octal 242 260 20 10 0 133 37 101 123 46
Binary 10100010 10110000 10000 1000 0 1011011 11111 1000001 1010011 100110

Color Harmonies of #A2B010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B010

Black with #A2B010

Text Example


Text Example

White with #A2B010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B010; }

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

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

background-color css

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

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

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

border-color css

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

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

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