Html Css Color HEX #A2B902 Citrus

📋 copy color: '#A2B902'

red 162 ◦ green 185 ◦ blue 2

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

Shades of Citrus #A2B902

Tints of Citrus #A2B902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 46.42%
G = 53.01%
B = 0.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#A2B902 (or 0xA2B902) is known color: Citrus. HEX triplet: A2, B9 and 02. RGB value is (162,185,2). Sum of RGB (Red+Green+Blue) = 162+185+2=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 185 (72.66% from 255 or 53.01% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B902 is #5D46FD. Grayscale: #9D9D9D. Windows color (decimal): -6113022 or 178594. OLE color: 178594.

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

Color convert

RGB 162 185 2 -
CMYK 0.12 0 0.99 0.27
HSL 67.54º 0.98% 0.37% -
HSV(B) 67.54º 0.99% 0.73% -
XYZ 32.26 42.38 6.54 -
YUV 157.26 40.38 131.38 -
System Red Green Blue C M Y K H S L
Decimal 162 185 2 0.12 0 0.99 0.27 67.54 0.98 0.37
Hex A2 B9 2 C 0 63 1B 44 62 25
Octal 242 271 2 14 0 143 33 104 142 45
Binary 10100010 10111001 10 1100 0 1100011 11011 1000100 1100010 100101

Color Harmonies of #A2B902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B902

Black with #A2B902

Text Example


Text Example

White with #A2B902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B902; }

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

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

background-color css

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

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

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

border-color css

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

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

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