Html Css Color HEX #A3B80C Citrus

📋 copy color: '#A3B80C'

red 163 ◦ green 184 ◦ blue 12

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

Shades of Citrus #A3B80C

Tints of Citrus #A3B80C

RGB

 RED value IS 163 (64.06% from 255) = 45.4%

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

 BLUE value IS 12 (5.08% from 255) = 3.34%

R = 45.4%
G = 51.25%
B = 3.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#A3B80C (or 0xA3B80C) is known color: Citrus. HEX triplet: A3, B8 and 0C. RGB value is (163,184,12). Sum of RGB (Red+Green+Blue) = 163+184+12=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 184 (72.27% from 255 or 51.25% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3B80C is #5C47F3. Grayscale: #9E9E9E. Windows color (decimal): -6047732 or 833699. OLE color: 833699.

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

Color convert

RGB 163 184 12 -
CMYK 0.11 0 0.93 0.28
HSL 67.33º 0.88% 0.38% -
HSV(B) 67.33º 0.93% 0.72% -
XYZ 32.31 42.09 6.77 -
YUV 158.11 45.54 131.49 -
System Red Green Blue C M Y K H S L
Decimal 163 184 12 0.11 0 0.93 0.28 67.33 0.88 0.38
Hex A3 B8 C B 0 5D 1C 43 58 26
Octal 243 270 14 13 0 135 34 103 130 46
Binary 10100011 10111000 1100 1011 0 1011101 11100 1000011 1011000 100110

Color Harmonies of #A3B80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B80C

Black with #A3B80C

Text Example


Text Example

White with #A3B80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B80C; }

 p { color: rgb(163,184,12); }

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

background-color css

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

 a { background-color: rgb(163,184,12); }

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

border-color css

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

 span { border-color: rgb(163,184,12); }

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