Html Css Color HEX #A2AE0B Citrus

📋 copy color: '#A2AE0B'

red 162 ◦ green 174 ◦ blue 11

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

Shades of Citrus #A2AE0B

Tints of Citrus #A2AE0B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.14%

 BLUE value IS 11 (4.69% from 255) = 3.17%

R = 46.69%
G = 50.14%
B = 3.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#A2AE0B (or 0xA2AE0B) is known color: Citrus. HEX triplet: A2, AE and 0B. RGB value is (162,174,11). Sum of RGB (Red+Green+Blue) = 162+174+11=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AE0B is #5D51F4. Grayscale: #989898. Windows color (decimal): -6115829 or 765602. OLE color: 765602.

HSL color Cylindrical-coordinate representation of color #A2AE0B: hue angle of 64.42º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2AE0B is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 174 11 -
CMYK 0.07 0 0.94 0.32
HSL 64.42º 0.88% 0.36% -
HSV(B) 64.42º 0.94% 0.68% -
XYZ 30.1 37.98 6.06 -
YUV 151.83 48.52 135.25 -
System Red Green Blue C M Y K H S L
Decimal 162 174 11 0.07 0 0.94 0.32 64.42 0.88 0.36
Hex A2 AE B 7 0 5E 20 40 58 24
Octal 242 256 13 7 0 136 40 100 130 44
Binary 10100010 10101110 1011 111 0 1011110 100000 1000000 1011000 100100

Color Harmonies of #A2AE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AE0B

Black with #A2AE0B

Text Example


Text Example

White with #A2AE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AE0B; }

 p { color: rgb(162,174,11); }

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

background-color css

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

 a { background-color: rgb(162,174,11); }

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

border-color css

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

 span { border-color: rgb(162,174,11); }

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