Html Css Color HEX #A2B705 Citrus

📋 copy color: '#A2B705'

red 162 ◦ green 183 ◦ blue 5

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

Shades of Citrus #A2B705

Tints of Citrus #A2B705

RGB

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

 GREEN value IS 183 (71.88% from 255) = 52.29%

 BLUE value IS 5 (2.34% from 255) = 1.43%

R = 46.29%
G = 52.29%
B = 1.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#A2B705 (or 0xA2B705) is known color: Citrus. HEX triplet: A2, B7 and 05. RGB value is (162,183,5). Sum of RGB (Red+Green+Blue) = 162+183+5=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B705 is #5D48FA. Grayscale: #9D9D9D. Windows color (decimal): -6113531 or 374690. OLE color: 374690.

HSL color Cylindrical-coordinate representation of color #A2B705: hue angle of 67.08º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2B705 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 183 5 -
CMYK 0.11 0 0.97 0.28
HSL 67.08º 0.95% 0.37% -
HSV(B) 67.08º 0.97% 0.72% -
XYZ 31.86 41.56 6.49 -
YUV 156.43 42.54 131.97 -
System Red Green Blue C M Y K H S L
Decimal 162 183 5 0.11 0 0.97 0.28 67.08 0.95 0.37
Hex A2 B7 5 B 0 61 1C 43 5F 25
Octal 242 267 5 13 0 141 34 103 137 45
Binary 10100010 10110111 101 1011 0 1100001 11100 1000011 1011111 100101

Color Harmonies of #A2B705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B705

Black with #A2B705

Text Example


Text Example

White with #A2B705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B705; }

 p { color: rgb(162,183,5); }

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

background-color css

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

 a { background-color: rgb(162,183,5); }

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

border-color css

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

 span { border-color: rgb(162,183,5); }

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