Html Css Color HEX #A2B807 Citrus

📋 copy color: '#A2B807'

red 162 ◦ green 184 ◦ blue 7

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

Shades of Citrus #A2B807

Tints of Citrus #A2B807

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.12%

 BLUE value IS 7 (3.13% from 255) = 1.98%

R = 45.89%
G = 52.12%
B = 1.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#A2B807 (or 0xA2B807) is known color: Citrus. HEX triplet: A2, B8 and 07. RGB value is (162,184,7). Sum of RGB (Red+Green+Blue) = 162+184+7=353 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.89% from 353); Green value is 184 (72.27% from 255 or 52.12% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B807 is #5D47F8. Grayscale: #9D9D9D. Windows color (decimal): -6113273 or 506018. OLE color: 506018.

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

Color convert

RGB 162 184 7 -
CMYK 0.12 0 0.96 0.28
HSL 67.46º 0.93% 0.37% -
HSV(B) 67.46º 0.96% 0.72% -
XYZ 32.08 41.98 6.61 -
YUV 157.24 43.21 131.39 -
System Red Green Blue C M Y K H S L
Decimal 162 184 7 0.12 0 0.96 0.28 67.46 0.93 0.37
Hex A2 B8 7 C 0 60 1C 43 5D 25
Octal 242 270 7 14 0 140 34 103 135 45
Binary 10100010 10111000 111 1100 0 1100000 11100 1000011 1011101 100101

Color Harmonies of #A2B807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B807

Black with #A2B807

Text Example


Text Example

White with #A2B807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B807; }

 p { color: rgb(162,184,7); }

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

background-color css

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

 a { background-color: rgb(162,184,7); }

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

border-color css

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

 span { border-color: rgb(162,184,7); }

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