Html Css Color HEX #A2A90F Citrus

📋 copy color: '#A2A90F'

red 162 ◦ green 169 ◦ blue 15

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

Shades of Citrus #A2A90F

Tints of Citrus #A2A90F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.84%

 BLUE value IS 15 (6.25% from 255) = 4.34%

R = 46.82%
G = 48.84%
B = 4.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A2A90F (or 0xA2A90F) is known color: Citrus. HEX triplet: A2, A9 and 0F. RGB value is (162,169,15). Sum of RGB (Red+Green+Blue) = 162+169+15=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 169 - color contains mainly: green. Hex color #A2A90F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A90F is #5D56F0. Grayscale: #959595. Windows color (decimal): -6117105 or 1026466. OLE color: 1026466.

HSL color Cylindrical-coordinate representation of color #A2A90F: hue angle of 62.73º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2A90F is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 162 169 15 -
CMYK 0.04 0 0.91 0.34
HSL 62.73º 0.84% 0.36% -
HSV(B) 62.73º 0.91% 0.66% -
XYZ 29.17 36.09 5.88 -
YUV 149.35 52.18 137.02 -
System Red Green Blue C M Y K H S L
Decimal 162 169 15 0.04 0 0.91 0.34 62.73 0.84 0.36
Hex A2 A9 F 4 0 5B 22 3F 54 24
Octal 242 251 17 4 0 133 42 77 124 44
Binary 10100010 10101001 1111 100 0 1011011 100010 111111 1010100 100100

Color Harmonies of #A2A90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A90F

Black with #A2A90F

Text Example


Text Example

White with #A2A90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A90F; }

 p { color: rgb(162,169,15); }

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

background-color css

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

 a { background-color: rgb(162,169,15); }

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

border-color css

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

 span { border-color: rgb(162,169,15); }

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