Html Css Color HEX #A2B90A Citrus

📋 copy color: '#A2B90A'

red 162 ◦ green 185 ◦ blue 10

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

Shades of Citrus #A2B90A

Tints of Citrus #A2B90A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.8%

R = 45.38%
G = 51.82%
B = 2.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#A2B90A (or 0xA2B90A) is known color: Citrus. HEX triplet: A2, B9 and 0A. RGB value is (162,185,10). Sum of RGB (Red+Green+Blue) = 162+185+10=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B90A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B90A is #5D46F5. Grayscale: #9E9E9E. Windows color (decimal): -6113014 or 702882. OLE color: 702882.

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

Color convert

RGB 162 185 10 -
CMYK 0.12 0 0.95 0.27
HSL 67.89º 0.9% 0.38% -
HSV(B) 67.89º 0.95% 0.73% -
XYZ 32.3 42.4 6.77 -
YUV 158.17 44.38 130.73 -
System Red Green Blue C M Y K H S L
Decimal 162 185 10 0.12 0 0.95 0.27 67.89 0.9 0.38
Hex A2 B9 A C 0 5F 1B 44 5A 26
Octal 242 271 12 14 0 137 33 104 132 46
Binary 10100010 10111001 1010 1100 0 1011111 11011 1000100 1011010 100110

Color Harmonies of #A2B90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B90A

Black with #A2B90A

Text Example


Text Example

White with #A2B90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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