Html Css Color HEX #A6B80A Citrus

📋 copy color: '#A6B80A'

red 166 ◦ green 184 ◦ blue 10

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

Shades of Citrus #A6B80A

Tints of Citrus #A6B80A

RGB

 RED value IS 166 (65.23% from 255) = 46.11%

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

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

R = 46.11%
G = 51.11%
B = 2.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#A6B80A (or 0xA6B80A) is known color: Citrus. HEX triplet: A6, B8 and 0A. RGB value is (166,184,10). Sum of RGB (Red+Green+Blue) = 166+184+10=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 184 (72.27% from 255 or 51.11% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B80A is #5947F5. Grayscale: #9F9F9F. Windows color (decimal): -5851126 or 702630. OLE color: 702630.

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

Color convert

RGB 166 184 10 -
CMYK 0.10 0 0.95 0.28
HSL 66.21º 0.9% 0.38% -
HSV(B) 66.21º 0.95% 0.72% -
XYZ 32.92 42.41 6.74 -
YUV 158.78 44.04 133.15 -
System Red Green Blue C M Y K H S L
Decimal 166 184 10 0.10 0 0.95 0.28 66.21 0.9 0.38
Hex A6 B8 A A 0 5F 1C 42 5A 26
Octal 246 270 12 12 0 137 34 102 132 46
Binary 10100110 10111000 1010 1010 0 1011111 11100 1000010 1011010 100110

Color Harmonies of #A6B80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B80A

Black with #A6B80A

Text Example


Text Example

White with #A6B80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B80A; }

 p { color: rgb(166,184,10); }

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

background-color css

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

 a { background-color: rgb(166,184,10); }

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

border-color css

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

 span { border-color: rgb(166,184,10); }

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